github allure-framework/allure2 2.0-BETA4
Beta 4

latest releases: 2.29.0, 2.28.0, 2.27.0...
pre-release7 years ago

It is my pleasure to announce that the Allure 2 beta release 4 is available now.

Release contains several bug fixes (including command line for Darwin), some major changes (statuses), and visual improvements.

First of all, we got rid of pending status. A reason for that was that we realized it's usually hard to determine what is the difference between cancelled and pending statuses, so we decided to use skipped instead of both. Also Allure now has support of unknown status - this status means that something went wrong, and Allure can't determine real test's status. Though to be honest, you should never expect to see it in your report (at least in a perfect world).

Furthermore, this release introduces flaky tests. As for now, adapters don't support this feature yet, the only way to use it, marking a test case as flaky, is to add to test case a label status_details with a value flaky.

screen shot 2017-02-09 at 15 59 05

Also time information is now shown for test groups (you can switch this off by clicking on the information icon)

screen shot 2017-02-09 at 15 59 25

And finally, the ability to copy full name of test case to clipboard is back (flash free!)

screen shot 2017-02-09 at 16 00 48

That is pretty much it. The full list of changes you can find in related milestone or commits list.

Allure Team

Don't miss a new allure2 release

NewReleases is sending notifications on new releases.