- Clone this project
- Open with IntelliJ
- Reload Gradle Packages to download dependencies
- Give this following command Run Test
gradle clean test
- Then enter this command to generate Allure Report
allure generate allure-results --clean -o allure-report
- Finally enter this command to serve & view the Report
allure serve allure-results
- Selenium + TestNG
- Allure Report
- IntelliJ Idea