Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 476 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 476 Bytes

Sample Allure2 project for dummy report generation

Use the following command to generate allure-results:

gradlew clean test

Now you're ready to generate report and open test results in a web browser:

gradlew allureReport
gradlew allureServe

Latest Allure version will be downloaded automatically. Then you should see the following output:

image