JMcn / allure-testng-example

Example of usage Allure Report with TestNG and Maven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of usage Allure Report with TestNG and Maven

License:Other


Languages

Language:Java 100.0%