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

Releases: allure-framework/allure1

Release 1.4.22

05 Feb 15:29
Compare
Choose a tag to compare
  • Add sorting to xUnit widget.
  • Remove test cases duplicates Actually it is not fixed =(

Commits since 1.4.20

Release 1.4.21, the wrong one

05 Feb 14:15
Compare
Choose a tag to compare
Pre-release

Do not use this release. You can find the same changes in 1.5.0.RC3

1.5.0 Release Candidate 2

29 Jan 13:38
Compare
Choose a tag to compare
Pre-release
  • 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

12 Jan 15:56
Compare
Choose a tag to compare

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

13 Oct 16:08
Compare
Choose a tag to compare
Pre-release

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.

Commits since 1.4.19

God damn, it should be named 1.5.0.RC1 instead 1.5.0-RC1 :(

1.4.19 Release

25 Sep 17:37
Compare
Choose a tag to compare

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

23 Sep 10:11
Compare
Choose a tag to compare

Project structure refactoring, fix some issues with Windows OS

Commits since 1.4.17

1.4.17 Release

20 Aug 14:02
Compare
Choose a tag to compare
  • 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)

Commits since 1.4.16

1.4.16 Release

20 Aug 14:02
Compare
Choose a tag to compare
  • 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

07 Jul 16:12
Compare
Choose a tag to compare
  • 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)

    It is nice to see full name instead of abbreviation
    2015-06-26 17-42-19 allure dashboard

  • Add translation to pt-br (via #612)

  • Add packaging without services

    Now you can use classifier spi-off to disable service loading for adapters.

Commits since 1.4.14