Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allure-framework/allure-maven
Maven plugin generating Allure report from test results
https://github.com/allure-framework/allure-maven
allure maven maven-plugin reporting
Last synced: 4 days ago
JSON representation
Maven plugin generating Allure report from test results
- Host: GitHub
- URL: https://github.com/allure-framework/allure-maven
- Owner: allure-framework
- License: apache-2.0
- Created: 2014-06-09T12:14:24.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T00:20:17.000Z (15 days ago)
- Last Synced: 2024-10-30T00:55:05.838Z (14 days ago)
- Topics: allure, maven, maven-plugin, reporting
- Language: Java
- Homepage:
- Size: 23.4 MB
- Stars: 96
- Watchers: 18
- Forks: 54
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[release]: https://github.com/allure-framework/allure-maven/releases/latest "Release"
[release-badge]: https://img.shields.io/github/release/allure-framework/allure-maven.svg# Allure Maven Plugin
[![Build](https://github.com/allure-framework/allure-maven/actions/workflows/build.yml/badge.svg)](https://github.com/allure-framework/allure-maven/actions/workflows/build.yml) [![release-badge][]][release]
> This plugin generates Allure Report from [allure-results](https://allurereport.org/docs/how-it-works/).
[](https://allurereport.org "Allure Report")
- Learn more about Allure Report at https://allurereport.org
- ๐ [Documentation](https://allurereport.org/docs/) โ discover official documentation for Allure Report
- โ [Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) โ get help from the team and community
- ๐ข [Official annoucements](https://github.com/orgs/allure-framework/discussions/categories/announcements) โ be in touch with the latest updates
- ๐ฌ [General Discussion ](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) โ engage in casual conversations, share insights and ideas with the community---
## Getting Started
* Add following lines into your `pom.xml` build section:
```io.qameta.allure
allure-maven
2.12.0```
* `mvn clean test` - run your tests
You can generate a report using one of the following command:
* `mvn allure:serve`
Report will be generated into temp folder. Web server with results will start.
* `mvn allure:report`
Report will be generated tะพ directory: `target/site/allure-maven/index.html`
## Configuration
You can configure Allure Report version by using `reportVersion` property:
```io.qameta.allure
allure-maven
2.12.0
2.30.0
```
Additional information can be found [on official website](https://allurereport.org/).