Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.

Releases: allure-framework/allure1

1.4.4 Release

12 Nov 11:47
Compare
Choose a tag to compare

New feature

  • add - translate (via #409)
  • add - link to TMS (via #429)
    image
  • 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

09 Oct 08:27
Compare
Choose a tag to compare

Improvements

  • Remove sha attach name generation.

Commits since 1.4.2

1.4.2 Release

03 Oct 15:58
Compare
Choose a tag to compare

Improvements

  • TestNG adaptor improvements
  • Some report-face changes

Commits since 1.4.1

1.4.1 Release

11 Sep 11:25
Compare
Choose a tag to compare

New Features

  • #343 - capability to sort stories
  • #346 - timeline click opens test case
    2014-09-11 16 48 37
  • #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
    2014-09-11 16 51 54
  • #371 - show different attachment icon depending on attachment type
    2014-09-11 16 53 35

Bugs

  • #359 - fix issues in timeline layout
  • #372 - attachment navigation bug fix

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

<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
    2014-09-11 16 56 20

Commits since 1.4.0

1.4.0 Release

14 Aug 10:45
Compare
Choose a tag to compare

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

08 Aug 12:21
Compare
Choose a tag to compare
Pre-release

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

17 Jul 14:07
Compare
Choose a tag to compare
Pre-release

Bugs

  • #303 - Bug with class loader affecting Allure Report Builder

Commits since 1.4.0.RC7

1.4.0 Release Candidate 7

17 Jul 13:22
Compare
Choose a tag to compare
Pre-release

Improvements

  • #302 - Add possibility to make environment file by *.properties files

Commits since 1.4.0.RC6

1.4.0 Release Candidate 6

17 Jul 13:21
Compare
Choose a tag to compare
Pre-release

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»]

17 Jul 13:18
Compare
Choose a tag to compare
Pre-release

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

WARN - This release wasn't uploaded to Maven Central!

Commits since 1.4.0.RC4