-Java -TestNG -Maven -Allure Reports
- Account Management: Users manage accounts; admins add products.
- Checkout Process: Easy, secure checkout.
- Product Listings: Updated product info.
- Security Measures: Protect data and transactions.
To set up the Luma application locally, follow these steps:
- Clone Repository:
- Navigate to Project Directory:
- cd Luma-Project
- Install Dependencies:
- Ensure Apache Maven is installed.
- Add Selenium 4 dependency to pom.xml.
- Configure WebDriver:
- Set system property in test setup.
- Write Selenium Tests:
- Create test classes and methods.
- Run Tests:
- mvn test
- Review Results:
- Check test reports in target directory.
- Customize as Needed.