- Tool: selenium
- IDE: IntelIJ
- Build tool: Gradle
- Language: Java
- Framework: TestNG
- Navigate to an ecommerce site
- Register a customer account with unique email
- Login to customer account
- Search for an item by typing 'dress' on search box
- Add to cart
- Checkout item
- Assert with purchase confirmation message
- Need to install jdk 1.8
- Need good internet connectivity
- Open cmd to the project folder
- Type this command:
gradle clean test
- Selenium will open the browser and start automation.
- To view report, type this command:
allure generate allure-results --clean -o allure-report
allure serve allure-results