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.4 Release
New feature
- add - translate (via #409)
- add - link to TMS (via #429)
- add - group test cases by executors on timeline (via #415)
- add - support of native testNG description (via #407)
- add - support of pending testNG status (via #403)
Improvements
- fix - huge memory usage during report generation (via #434)
- rft - use AspectJ 1.8.3 (via #433)
- fix - cut long titles and names in model (via #435)
- rft - load vendor libs through webjars.org (via #428)
With new bugs :(
Now you can't generate report if your system encoding is't UTF-8. Fixed in 1.4.5
Commits since 1.4.3
1.4.3 Release
1.4.2 Release
1.4.1 Release
New Features
- #343 - capability to sort stories
- #346 - timeline click opens test case
- #353 - loading bar effect
- #360 - Integration with bug trackers. Added new
@Issues
annotation, ability to provide link to your bug tracker from testcase
- #361 - toggle font to monospace button
- #371 - show different attachment icon depending on attachment type
Bugs
Broken compatibility
Starting from this version Maven plugin was completely removed from the core repository so you should specify Maven plugin version 2.0 and not 1.4.1. Please refer to plugin repository for more details.
Improvements
- #347 - removed Maven plugin (was moved to separate repository https://github.com/allure-framework/allure-maven-plugin). Now you need to change version of allure-maven-plugin to 2.0 (current allure version we get from allure.version property in your pom.xml)
<reporting>
<excludeDefaults>true</excludeDefaults>
<plugins>
<plugin>
<groupId>ru.yandex.qatools.allure</groupId>
<artifactId>allure-maven-plugin</artifactId>
<version>2.0</version>
</plugin>
</plugins>
</reporting>
- #358 - update AspectJ to 1.8.2
- #365 - migrated to font-awesome icons
- #367 - cosmetic fixes to report
Commits since 1.4.0
1.4.0 Release
Improvements
- #332 - rename allure-java-commons module to allure-java-adaptor-api
- #335 - removed useless section from features.html
- #336 - tests fix
Commits since 1.4.0.RC9
Also see wiki on how to upgrade to 1.4.0.
1.4.0 Release Candidate 9
New Features
- #314 - added support of configuration failure in TestNG adapter
- #315 - using test name from testng.xml
- #328 - added Issue annotation (no usage for now, will be used to integrate with issue trackers in future releases)
Improvements
- #305 - reverted progress bars with statistics in xUnit
- #308 - UI fixes
- #309 - highlighting fixes
- #320 - replaced slf4j-simple by slf4j-api
- #317 - removed unused system properties
- #325 - removed deprecated code
- #326, #327 - sonar fixes
Commits since 1.4.0.RC8
1.4.0 Release Candidate 8
1.4.0 Release Candidate 7
Improvements
- #302 - Add possibility to make environment file by
*.properties
files
Commits since 1.4.0.RC6
1.4.0 Release Candidate 6
Improvements
- #299 - Show features tab as table (like in xUnit)
- #293 - Add generation of
environment.json
(for new tab overview) - #296 - Load data providers with help of SPI
- #295 - Move CLI to own repository
- #300 - Allow to build with maven 3.0.4
Commits since 1.4.0.RC5
1.4.0 RC5 [New tab: «Overview»]
New Feature
-
#291 - New tab: «Overview»
-
#286 - Add parameters processing
Now you can annotate your fields with
@Parameter("Hint")
annotation. Values of field with this annotation will be added to report as parameters. Works when any assign is called
Improvements
- #287 - Ignore severity attribute for capability with 1.3.*
- #229 - Add version attribute to
testsuite.xml
(via #279) - #281 - Add code signature, maven version and jdk version checks
- #280 - Add programming language and testing framework labels to
testsuite.xml