All Projects → allure-examples → Allure Testng Example

allure-examples / Allure Testng Example

Licence: other
Example of usage Allure Report with TestNG and Maven

Programming Languages

java
68154 projects - #9 most used programming language

Allure TestNG Example

Getting Started

To generate Allure Report you should perform following steps:

$ git clone [email protected]:allure-examples/allure-testng-example.git
$ ./mvnw clean test site

Report will be generated to target/site/allure-maven-plugin folder. To open the report you can use the following command:

$ ./mvnw io.qameta.allure:allure-maven:serve

There is another way of generating the report. The generated report can be opened here "target/site/allure-maven-plugin/index.html". The command to generate the report is the following:

$ ./mvnw io.qameta.allure:allure-maven:report

More

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].