User create account in automationpractice.com. Login with valid and valid and invalid email and password and also select and purchase product from the website.
- Selenium
- TestNG
- Allure
- Chromedriver
- SignUp on the website
- Login with valid nad invalid email and password
- Serch and purchase product
- JDK 8 or higher
- java IDE
- Configure gradle and allure home
- Clone the repo
- Give gradle clean test command in root directory
-
For generating allure report write the command below
allure generate allure-results --clean -o allure-report
allure serve allure-results