Skip to content

Releases: allure-framework/allure-maven

2.12.0

09 Nov 18:27
Compare
Choose a tag to compare

What's Changed

⬆️ Dependency Updates

Full Changelog: 2.11.2...2.12.0

2.11.2

26 Jan 13:30
Compare
Choose a tag to compare

What's Changed

👻 Internal changes

Full Changelog: 2.11.1...2.11.2

2.11.1

26 Jan 09:47
Compare
Choose a tag to compare

Full Changelog: 2.11.0...2.11.1

2.11.0

14 Dec 11:20
Compare
Choose a tag to compare

What's Changed

🔬 Improvements

⬆️ Dependency Updates

New Contributors

Full Changelog: 2.10.0...2.11.0

2.10.0

23 Dec 19:42
Compare
Choose a tag to compare

New Features

  • Add an ability to specify host and port parameters for serve goal (via #53) - @baranoff-ivan

Improvements

Fixes

Links

Commits since 2.9

2.9

01 Oct 11:33
Compare
Choose a tag to compare
2.9

Improvements

Fixes

Links

Commits since 2.8

2.8

30 May 20:44
Compare
Choose a tag to compare
2.8

Improvements

  • maven central sync

Links

Commits since 2.7

2.7

30 May 20:09
Compare
Choose a tag to compare
2.7

Improvements

Links

Commits since 2.6

2.6 Release

22 May 19:42
Compare
Choose a tag to compare

Improvements

  • version updagrades
  • migrate to Jenkinsfile

Fixes

  • fixed example report link
  • add index.html to avioid display in iframe

Commits since 2.5

2.5 Release

23 Nov 17:47
Compare
Choose a tag to compare

Add ability to configure report generation. There is few ways to do it:

  • Put allure.properties (report.properties for Allure 1.5 or above) to classpath.
    Both compile class path and test class path are supported.

  • Specify the properties in configuration

    <configuration>
       <properties>
           <allure.issues.tracker.pattern>http://example.com/%s</allure.issues.tracker.pattern>
       </properties>
    </configuration>
  • Specify the propertiesFilePath

    <configuration>
       <propertiesFilePath>path/to/your/allure.properties</propertiesFilePath>
    </configuration>

Commits since 2.4