- Download the latest allure framework from the below link - https://github.com/allure-framework/allure2
- Set the allure bin path
- Open the CMD and check the allure version by entering 'allure --version'
- Run the test cases
- Open the CMD and run the following command to generate the allure report - 'allure serve D:\Learnings\Project\build\allure-results'
- Automatically the report will be opened
.\gradlew.bat test --tests RunTests