allure-framework/allure1
Allure 1 isn't supported any more, please consider using Allure 2 https://github.com/allure-framework/allure2 instead
📦 Improvements
- migrate to pipeline - @eroshenkoam
🐛 Fixes
- fix time in duration graph - @sseliverstov
- [Commits since 1.5.3](https://github.com/allure-framework/allure-core/compare/allure-core-1.5.3...1.5.4)
- Allure Team
📦 Improvements
- allow annotations to be inherited (#874)
- increase indent for graphs (#938)
- add icon for text/html attachments
- update mailing list
🐛 Fixes
- fix npe when parameter value is null (#823)
- [Commits since 1.5.2](https://github.com/allure-framework/allure-core/compare/allure-core-1.5.2...allure-core-1.5.3)
- Allure Team
Release contains few fixes. [Commits since 1.5.1](https://github.com/allure-framework/allure-core/compare/allure-core-1.5.1...allure-core-1.5.2) Allure Team
Allure 1.5.1 is available now! Statistics in filters are back, full name on top of test case page is back as well, and few more fixes. By the way, did you try out a new [Allure 2 BETA4](https://github.com/allure-framework/allure2/releases/tag/2.0-BETA4)? It is awesome! [Commits since 1.5.0](https://github.com/allure-framework/allure-core/compare/allure-core-1.5.0...allure-core-1.5.1) Allure Team
📋 Changes
- Add Chinese translation (via #887)
- Some TestNG fixes (via #880)
Release contains few fixes for new face. #### [Commits since 1.4.24.RC2](https://github.com/allure-framework/allure-core/compare/allure-core-1.4.24.RC2...allure-core-1.4.24.RC3)
Fix pie chart: percentage precision is 2 to postpone "100% passed" issue (#827) #### [Commits since 1.4.23](https://github.com/allure-framework/allure-core/compare/allure-core-1.4.23...allure-core-1.4.23.HOTFIX1)
Some pretty nice visual improvements. Enjoy it! <img width="663" alt="screen shot 2016-05-30 at 23 26 16" src="https://cloud.githubusercontent.com/assets/2149631/15657878/f849a3e4-26bd-11e6-8e23-fc11168c9058.png">
You can try out a new report face. Note: this release candidate may contains some bugs and it wasn't published to brew/apt, please use attached commandline.
📋 Changes
- Finally remove test cases duplicates
📋 Changes
- Add sorting to xUnit widget.
- ~~Remove test cases duplicates~~ Actually it is not fixed =(
Do not use this release. You can find the same changes in 1.5.0.RC3
📋 Changes
- Improve widgets
- fix command-line (the same as in 1.4.20)
- fix attachments removing from passed tests
The hotfix for `allure-commandline`. There is should be no more _AllureMain main class not found error_ at all. #### [Commits since 1.4.19](https://github.com/allure-framework/allure-core/compare/allure-core-1.4.19...allure-core-1.4.20) Happy new year!
📦 Improvements
- Change plugin API: new widgets, some plugin structure changes.
- Configuration refactoring. New `report.properties` now used during report generation.
- Replace `environment.xml` with `environment.properties`.
- Project structure changes (remove `allure-commons` module), new `AllureUtils`.
- Migrate to NIO.
- God damn, it should be named `1.5.0.RC1` instead `1.5.0-RC1` :(
📦 Command line client improvements
- _add_ - --port option for `report open` command. Using this option you can specify the port to start web server.
- _fix_ - `version` command now returns the correct version.
- _fix_ - some issues with spaces in paths
Project structure refactoring, fix some issues with Windows OS #### [Commits since 1.4.17](https://github.com/allure-framework/allure-core/compare/allure-core-1.4.17...allure-core-1.4.18)
📋 Changes
- Handle an error when results directory doesn't exists.
- Add new `allure-commandline` module. In general this module is Allure command line client (moved from `allure-cli` repository). This client now are the general way to generate Allure report (All tools instead maven plugin will use the cli to generate the report)
📋 Changes
- Improve Russian translation a bit
- Plugins improvements
- Add the `allure-bundle` module. This module builds an executable jar that can generate the report.
📋 Changes
- Fix test case close button (via #594)
- Calculate attachments size on the report side (via #596)
- Remove 'slf4j` implementations #564 (via #597 #609)
- Fail the report generation if no results found in given directories #595 (via #599)
- Remove the limit of items from environment widget #601 (via #605)
- Make beans serializable #603 (via #604)
- Change locale display name (via #614)
- Add translation to pt-br (via #612)
- + 1 more
📋 Changes
- 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):
📋 Changes
- Test parameters support for testNG
- Test case page: add parameters
- Overview: add sorting in widgets
There are few secret changes ;) #### [Commits since 1.4.11](https://github.com/allure-framework/allure-core/compare/allure-core-1.4.11...allure-core-1.4.12)
📋 Changes
- add pointer for language select (via #512)
- save selected language (via #524)
- default language from browser (via #524)
📦 Improvements
- _add_ new plugin-api module (via #505)
- _rft_ report-data beans, remove redundant dependencies (via #507)
- _add_ new migration system (via #506)
📦 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)
- 
🐛 Bug fixes
- _fix_ TestNG adaptor suite parameters (via #502)
- _fix_ TestNG suite names #492 (via #503)
🐛 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)
🐛 New nice bugs!
- Problems with fonts - report looks like shit
- No more pony :disappointed:
📦 Improvements
- Exclude unused files from repot-face war (via #485)
- Refactoring report generation module (via #484). Generate report using [ModelMapper](http://modelmapper.org/) and Groovy instead XSLT
- 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)
- Migrations (we going to change migrations logic in separate PR)
- + 10 more
📦 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)
✨ 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)
