This repository has been archived by the owner on Jan 14, 2019. It is now read-only.
Releases: allure-framework/allure1
Releases · allure-framework/allure1
1.4.14 Release
- 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):
Commits since 1.4.13
1.4.13 Release
-
Test parameters support for testNG
public void parametrizedTest(@Parameter int age, @Parameter("Name") String parameter2, @Parameter("Surname") String parameters3) { ... }
For more information see wiki.
-
Overview: add sorting in widgets
Commits since 1.4.12
1.4.12 Release
There are few secret changes ;)
Commits since 1.4.11
1.4.11 Release
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
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
1.4.8 Release
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
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
Commits since 1.4.6
1.4.6 Release
1.4.5 Release
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)