Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Releases: allure-framework/allure1

1.4.14 Release

02 Jun 17:21
Compare
Choose a tag to compare
  • Fix issues with java.nio.file.FileSystemException: Too many open files when generate the report (#579 via #578)
  • Add launch name to the report header (#583 via #589):
    2015-06-01 20 51 34

Commits since 1.4.13

1.4.13 Release

14 May 20:30
Compare
Choose a tag to compare
  • Test parameters support for testNG

    public void parametrizedTest(@Parameter int age, 
                                 @Parameter("Name") String parameter2, 
                                 @Parameter("Surname") String parameters3) {
       ...
    }

    For more information see wiki.

  • Test case page: add parameters
    2015-05-11 18 38 14

  • Overview: add sorting in widgets

Commits since 1.4.12

1.4.12 Release

28 Apr 12:54
Compare
Choose a tag to compare

There are few secret changes ;)

Commits since 1.4.11

1.4.11 Release

20 Mar 16:16
Compare
Choose a tag to compare

Hi all! We are almost ready to Allure 2.0 release! But for now version 1.4.11 and a lot of improvements:

Language select

There are few improvements:

  • add pointer for language select (via #512)
  • save selected language (via #524)
  • default language from browser (via #524)

Fix report fail if results contains invalid xml characters

Now we escape bad xml characters from results (via #523) and report will not fall!

Add CSV attachments support

Thanks to @VikomiC! To add CSV attachment you can use text/csv MIME-type (via #526)

New collapsed menu

Thanks to @lanwen! Save up to 5% of screen if no need to click on tabs every time! (via #508)

Add duration for steps

Thanks to @pupssman! Allure will show duration for each step (via #533)

Also this release contains some code style and coverage improvements

Have a nice day!

Commits since 1.4.10

1.4.10 Release

01 Mar 12:17
Compare
Choose a tag to compare

Improvements

  • add new plugin-api module (via #505)
  • rft report-data beans, remove redundant dependencies (via #507)
  • add new migration system (via #506)

Commits since 1.4.9

1.4.9 Release

25 Feb 13:37
Compare
Choose a tag to compare

Improvements

  • rft report-data module (via #501)
  • add report generator tests (via #501)
  • rft plugin system (via #501)
  • rft change thread label value (via #497)
  • add step status icons (via #498)
    image

Bug fixes

  • fix TestNG adaptor suite parameters (via #502)
  • fix TestNG suite names #492 (via #503)

Commits since 1.4.8

1.4.8 Release

17 Feb 10:41
Compare
Choose a tag to compare

Bug fixes:

  • fix issues with report layout (via #487)
  • saving private Pony! (issue #488 via #490)
  • fix NPE when convert invalid test results (via #489)

Commits since 1.4.7

1.4.7 Release

12 Feb 12:45
Compare
Choose a tag to compare
1.4.7 Release Pre-release
Pre-release

New nice bugs!

  • Problems with fonts - report looks like shit
  • No more pony 😞

Improvements

  • Exclude unused files from repot-face war (via #485)
  • Refactoring report generation module (via #484). Generate report using ModelMapper and Groovy instead XSLT

Features

  • New plugin system
    • Enrich plugins - you can preprocess test results. An example load some info about tests from TMS
    • Tab plugins - each report tab it's plugin now. You can add your own tabs to report
    • Widget plugins - overview now contains widgets - each tab plugin can provide widget
  • Group suites by name (from different files)

Not implemented yet

  • Migrations (we going to change migrations logic in separate PR)
  • Attachments copying (use old provider, will be removed soon)
  • Environment (use old provider, will be removed soon)
  • Plugins in report face

Problems

  • Ignore start/stop times for test suites. It will be fixed in next releases (most probably in 2.0)
  • We don't handle suite descriptions

Increase performance

4 times faster, 10 times less memory usage

Before:

After:

Commits since 1.4.6

1.4.6 Release

05 Feb 15:01
Compare
Choose a tag to compare

Improvements

  • fix - don't start all suites at run start (via #471)
  • add - test id annotation #470 (via #472)
  • add - ability to use Allure events with JUnit timeout #475 (via #476)
  • fix - report bugs in safari #410 (via #481)
  • add - display pending steps in report (via #482)

Commits since 1.4.5

1.4.5 Release

30 Dec 18:10
Compare
Choose a tag to compare

New feature

  • add - shutdown hook. Now we trying to not lose test data when jvm dies (via #451)
  • add - migration tool to report generation. Now we can generate last report version using outdated data. Supports model since 1.3.0 (via #462)

Improvements

  • fix - update url when select attachment through keyboard (via #445)
  • fix - fix javadoc (via #449)
  • add - aspect testing (via #453)
  • fix - concurrency problems with steps #443 (via #452)
  • fix - report generation encoding problem added in 1.4.4 #459 (via #461, test added #454)
  • fix - some sonar warnings (via #463)

Commits since 1.4.4