# allure-junit-example **Repository Path**: linliWay/allure-junit-example ## Basic Information - **Project Name**: allure-junit-example - **Description**: Example of usage Allure Report with JUnit and Maven - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-20 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [maven]: http://maven.apache.org/ [git]: http://git-scm.com/ ## Allure JUnit Example ### Getting Started To run the example you need to install [maven (3.1.1 or above)][maven] and [git][git]. To generate Allure Report you should perform following steps: ```bash $ git clone git@github.com:allure-examples/allure-junit-example.git $ ./mvnw clean test $ ./mvnw allure:serve ``` ### More * [Documentation](https://github.com/allure-framework/allure2/wiki) * [Issue Tracking](https://github.com/allure-framework/allure2/issues) * Mailing list: [allure@yandex-team.ru](mailto:allure@qameta.io) * 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)