Skip to content

vbragin/allure-gradle-testng-example

 
 

Repository files navigation

Allure Gradle TestNG Example

This example demonstrates how to use Allure TestNG adapter with Gradle build tool.

Usage

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.

About

How to use Allure with TestNG and Gradle

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 56.7%
  • Java 43.3%