Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 770 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 770 Bytes

Allure TestNG Example

Getting Started

To generate Allure Report you should perform following steps:

$ git clone git@github.com: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

More