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
Release 1.4.22
- Add sorting to xUnit widget.
Remove test cases duplicatesActually it is not fixed =(
Commits since 1.4.20
Release 1.4.21, the wrong one
Do not use this release. You can find the same changes in 1.5.0.RC3
1.5.0 Release Candidate 2
- Improve widgets
- fix command-line (the same as in 1.4.20)
- fix attachments removing from passed tests
Commits since 1.5.0.RC1
Release 1.4.20, hotfix
The hotfix for allure-commandline
. There is should be no more AllureMain main class not found error at all.
Commits since 1.4.19
Happy new year!
1.5.0 Release Candidate 1
Improvements
- Change plugin API: new widgets, some plugin structure changes.
- Configuration refactoring. New
report.properties
now used during report generation. - Replace
environment.xml
withenvironment.properties
. - Project structure changes (remove
allure-commons
module), newAllureUtils
. - Migrate to NIO.
Commits since 1.4.19
God damn, it should be named 1.5.0.RC1
instead 1.5.0-RC1
:(
1.4.19 Release
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
Commits since 1.4.18
1.4.18 Release
Project structure refactoring, fix some issues with Windows OS
Commits since 1.4.17
1.4.17 Release
- Handle an error when results directory doesn't exists.
- Add new
allure-commandline
module. In general this module is Allure command line client (moved fromallure-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)
Commits since 1.4.16
1.4.16 Release
- Improve Russian translation a bit
- Plugins improvements
- Add the
allure-bundle
module. This module builds an executable jar that can generate the report.
Commits since 1.4.15
1.4.15 Release
-
Fix test case close button (via #594)
-
Calculate attachments size on the report side (via #596)
-
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)
-
Change locale display name (via #614)
-
Add translation to pt-br (via #612)
-
Add packaging without services
Now you can use classifier
spi-off
to disable service loading for adapters.