Skip to content

Releases: fhoeben/allure-fitnesse-listener

1.0.5

03 May 17:26
Compare
Choose a tag to compare
  • Readme updated to allow retries and history (and enable all graph sweetness) in Allure report;
  • FitNesse Suites now reported as packages resembling wiki structure (Allure 2 frontend);
  • Fitnesse test tags displayed as tags on test result pages in Allure.

1.0.4

29 Apr 18:37
Compare
Choose a tag to compare

Allow SuiteSetup and SuiteTearDown page to be ignored by setting system property skipSpecialPagesInAllure to true

1.0.3

11 Sep 20:57
Compare
Choose a tag to compare

Allow subclasses of JUnitAllureFrameworkListener to override what Labels are applied.
Get FitNesse output directory used at runtime instead of relying on constant value.

1.0.2

08 Sep 06:27
Compare
Choose a tag to compare

Upgrade to Allure 1.5.4 and HSAC 2.12.4

1.0.1

23 May 14:08
Compare
Choose a tag to compare

Prevent NullPointerException (#2)

Available in Maven Central

                <dependency>
                    <groupId>nl.hsac</groupId>
                    <artifactId>allure-fitnesse-listener</artifactId>
                    <version>1.0.1</version>
                    <scope>test</scope>
                </dependency>

Sample configuration for project using this: https://github.com/fhoeben/sample-fitnesse-project/tree/allure

1.0.0

21 Feb 09:38
Compare
Choose a tag to compare

Initial attempt at listener to add FitNesse results to Allure dashboard.

Available in Maven Central

                <dependency>
                    <groupId>nl.hsac</groupId>
                    <artifactId>allure-fitnesse-listener</artifactId>
                    <version>1.0.0</version>
                    <scope>test</scope>
                </dependency>

Sample configuration for project using this: https://github.com/fhoeben/sample-fitnesse-project/tree/allure

1.0.0a

09 Feb 19:49
Compare
Choose a tag to compare
1.0.0a Pre-release
Pre-release

Initial attempt at listener to add FitNesse results to Allure dashboard.

Available in Maven Central

                <dependency>
                    <groupId>nl.hsac</groupId>
                    <artifactId>allure-fitnesse-listener</artifactId>
                    <version>1.0.0a</version>
                    <scope>test</scope>
                </dependency>

Sample configuration for project using this: https://github.com/fhoeben/sample-fitnesse-project/tree/allure