# allure-testng-example **Repository Path**: franklinyang/allure-testng-example ## Basic Information - **Project Name**: allure-testng-example - **Description**: Example of usage Allure Report with TestNG and Maven - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2016-07-05 - **Last Updated**: 2024-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [phantomjs]: http://phantomjs.org/download.html [maven]: http://maven.apache.org/ [git]: http://git-scm.com/ ## Allure TestNG Example ### Getting Started To run tests you need to install [maven][maven], [git][git] and [phantomjs][phantomjs]. To generate Allure Report you should perform following steps: ```bash $ git clone git@github.com:allure-examples/allure-testng-example.git $ mvn clean test $ mvn site ``` To see a report, run `mvn jetty:run` and open `http://localhost:8080` in your browser **NOTE: required maven version 3.1.1 or above** ### More * [Documentation](https://github.com/allure-framework/allure-core/wiki) * [Issue Tracking](https://github.com/allure-framework/allure-core/issues?labels=&milestone=&page=1&state=open) * Mailing list: [allure@yandex-team.ru](mailto:allure@yandex-team.ru) * Gitter chat room: [https://gitter.im/allure-framework/allure-core](https://gitter.im/allure-framework/allure-core) * StackOverflow tag: [Allure](http://stackoverflow.com/questions/tagged/allure)