Releases: allure-framework/allure2
2.1.0
New features
- hotkeys (#361) - @just-boris
- add German translation (#329) - @nscuro
- add Chinese translation (#321) - @wuhuizuo
Fixes:
Improvements:
- update web deps (#356) - @baev
- add description to status filter (#333) - @baev
- use flexmark instead of pegdown (#340) - @baev
- enable junit plugin by default (#345) - @eroshenkoam
- add more components to plugin api (#349) - @ehborisov
- display filtered count only if some test cases are filtered (#332) - @baev
Links
2.0.1
Fixes
- fix categories with no results - @sseliverstov
- fix screen diff plugin - @eroshenkoam
- fix plugins loading - @sseliverstov
- fix long test name - @sseliverstov
Links
2.0.0
New Features
- process properties file in allure1 results (#44) - @ehborisov
- show total and filtered count for tree (#246) - @sseliverstov
- tree filter (#60) - @sseliverstov
- environment plugin and tests - @ehborisov
- new logo - @baev
Improvements
- rename default categories - @eroshenkoam
- screendiff improvements (#294) - @eroshenkoam
- long steps improvement (#296) - @eroshenkoam
- add translations (#307) - @baev
Fixes
- fix history link - @eroshenkoam
- fix trend widget with empty data - @eroshenkoam
- fix layout bugs (#288) - @sseliverstov
- fix firefox step time layout (#299) - @eroshenkoam
- fix tree collapse bug (#293) - @sseliverstov
- sidebar gaps (#309) - @sseliverstov
- fix typo (#311) - @sseliverstov
- fix widgets layout bug (#289, #314, #315) - @sseliverstov
- fix attachment size icons (#276) - @sseliverstov
Links
2.0-BETA8: tree sort & tiny fixes
New Features
- #79 - sort nodes in tree
- #274 - mark retried tests as flaky
- #260 - history id generation for allure1
Improvements
Fixes
- fix npe in retry plugin
- fix multiply results folder
- fix typo and test for retries plugin
- fix default story aggregation and add a test
- #266 - fix test execution
- #284 - fix category matcher
- #261 - fix aggregation of stories
- #262 - fix npe in commandline
Links
BETA7 - history, retries & screenshot
BETA6 - categories
Release blog post https://qameta.io/blog/2017/03/allure2-beta6/
BETA5
Beta 5 is available to download.
Release contains minor visual changes, such as icons for statuses in tree.
Also Allure now supports nested suites for TestNG
and shows method names instead of titles in packages tab
For a full list of changes you can watch out list of commits or milestone.
Regards,
Allure Team
Beta 4
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.
Also time information is now shown for test groups (you can switch this off by clicking on the information icon)
And finally, the ability to copy full name of test case to clipboard is back (flash free!)
That is pretty much it. The full list of changes you can find in related milestone or commits list.
Allure Team





