Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).

[Allure Report logo](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/).