This example demonstrates how to use Allure TestNG adapter with Gradle build tool.
To launch this example install Gradle and run the following command from the root directory:
$ ./gradlew build
You should see failed tests and generated Allure Results files in build/allure-results directory.
In order to generate the report run:
$ ./gradlew allureReport
The report will be generated to build/reports/allure-report folder.