GitPedia
allure-framework

allure-framework/allure1

Allure 1 isn't supported any more, please consider using Allure 2 https://github.com/allure-framework/allure2 instead

30 Releases
Latest: 9y ago
1.5.4Latest
eroshenkoameroshenkoam·9y ago·May 29, 2017
GitHub

📦 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
1.5.3allure-core-1.5.3
eroshenkoameroshenkoam·9y ago·May 17, 2017
GitHub

📦 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 1.5.2allure-core-1.5.2
baevbaev·9y ago·February 15, 2017
GitHub

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

Release 1.5.1allure-core-1.5.1
baevbaev·9y ago·February 9, 2017
GitHub

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

Release 1.5allure-core-1.5.0
baevbaev·9y ago·December 19, 2016
GitHub

📋 Changes

  • Add Chinese translation (via #887)
  • Some TestNG fixes (via #880)
Release 1.4.24.RC3 New Faceallure-core-1.4.24.RC3Pre-release
baevbaev·9y ago·July 28, 2016
GitHub

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)

HOTFIX 1 for 1.4.23allure-core-1.4.23.HOTFIX1
baevbaev·9y ago·July 25, 2016
GitHub

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)

Release 1.4.24.RC2 New Faceallure-core-1.4.24.RC2Pre-release
baevbaev·10y ago·May 30, 2016
GitHub

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">

Release 1.4.24.RC1 New Faceallure-core-1.4.24.RC1Pre-release
baevbaev·10y ago·May 16, 2016
GitHub

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.

Release 1.4.23allure-core-1.4.23
baevbaev·10y ago·March 18, 2016
GitHub

📋 Changes

  • Finally remove test cases duplicates
Release 1.4.22allure-core-1.4.22
baevbaev·10y ago·February 5, 2016
GitHub

📋 Changes

  • Add sorting to xUnit widget.
  • ~~Remove test cases duplicates~~ Actually it is not fixed =(
Release 1.4.21, the wrong oneallure-core-1.4.21Pre-release
baevbaev·10y ago·February 5, 2016
GitHub

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

1.5.0 Release Candidate 2allure-core-1.5.0.RC2Pre-release
baevbaev·10y ago·January 29, 2016
GitHub

📋 Changes

  • Improve widgets
  • fix command-line (the same as in 1.4.20)
  • fix attachments removing from passed tests
Release 1.4.20, hotfixallure-core-1.4.20
baevbaev·10y ago·January 12, 2016
GitHub

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!

1.5.0 Release Candidate 1allure-core-1.5.0-RC1Pre-release
baevbaev·10y ago·October 13, 2015
GitHub

📦 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` :(
1.4.19 Releaseallure-core-1.4.19
baevbaev·10y ago·September 25, 2015
GitHub

📦 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
1.4.18 Releaseallure-core-1.4.18
baevbaev·10y ago·September 23, 2015
GitHub

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)

1.4.17 Releaseallure-core-1.4.17
baevbaev·10y ago·August 20, 2015
GitHub

📋 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)
1.4.16 Releaseallure-core-1.4.16
baevbaev·10y ago·August 20, 2015
GitHub

📋 Changes

  • Improve Russian translation a bit
  • Plugins improvements
  • Add the `allure-bundle` module. This module builds an executable jar that can generate the report.
1.4.15 Releaseallure-core-1.4.15
baevbaev·10y ago·July 7, 2015
GitHub

📋 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
1.4.14 Releaseallure-core-1.4.14
baevbaev·11y ago·June 2, 2015
GitHub

📋 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):
1.4.13 Releaseallure-core-1.4.13
baevbaev·11y ago·May 14, 2015
GitHub

📋 Changes

  • Test parameters support for testNG
  • Test case page: add parameters
  • Overview: add sorting in widgets
1.4.12 Releaseallure-core-1.4.12
baevbaev·11y ago·April 28, 2015
GitHub

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)

1.4.11 Releaseallure-core-1.4.11
baevbaev·11y ago·March 20, 2015
GitHub

📋 Changes

  • add pointer for language select (via #512)
  • save selected language (via #524)
  • default language from browser (via #524)
1.4.10 Releaseallure-core-1.4.10
baevbaev·11y ago·March 1, 2015
GitHub

📦 Improvements

  • _add_ new plugin-api module (via #505)
  • _rft_ report-data beans, remove redundant dependencies (via #507)
  • _add_ new migration system (via #506)
1.4.9 Releaseallure-core-1.4.9
baevbaev·11y ago·February 25, 2015
GitHub

📦 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)
  • ![image](https://cloud.githubusercontent.com/assets/743546/6350636/56fec798-bc3e-11e4-985c-d6abf88aaa7d.png)

🐛 Bug fixes

  • _fix_ TestNG adaptor suite parameters (via #502)
  • _fix_ TestNG suite names #492 (via #503)
1.4.8 Releaseallure-core-1.4.8
baevbaev·11y ago·February 17, 2015
GitHub

🐛 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)
1.4.7 Releaseallure-core-1.4.7Pre-release
baevbaev·11y ago·February 12, 2015
GitHub

🐛 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
1.4.6 Releaseallure-core-1.4.6
baevbaev·11y ago·February 5, 2015
GitHub

📦 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)
1.4.5 Releaseallure-core-1.4.5
baevbaev·11y ago·December 30, 2014
GitHub

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)