Releases: allure-framework/allure-java
Releases · allure-framework/allure-java
2.8.1
2.8.0
New Features
- Add JsonUnit integration (via #236) - @viclovsky
- Add support for jax-rs compatible clients (via #248) - @james-bjss
Improvements
- Add support for java 9+ (fixes 208, via #249) - @vbragin
- Add host and thread labels for junit platform tests (via #260) - @baev
- Improve junit platform integration (fixes #189, fixes #180, via #261) - @baev
- Added loading of allure properties from context class loader (via #228) - @saksmt
Fixes
- Fix parallel run and rft lifecycle (via #253) - @baev
- Fix npe in tostring methods (fixes #191, via #259) - @baev
- Fixing issue when OkHttp request method in attachment is always displayed as GET (via #240) - @dkorobtsov
Links
2.7.0
Improvements
- Update model version (via #234) - @eroshenkoam
- Add allure-cucumber3-jvm (via #225) - @noronhaa
- jUnit5 - handle disabled test (via #222) - @sidelnikovmike
- RestAssured and okhttp3 examples (via #213) - @viclovsky
- Add support for javadoc descriptions for test fixtures (via #212) - @sspotanin
- Selenide configuration for screenshots and page source (via #202) - @simple-elf
Fixes
- Fix closed streams in apache http client integration (via #218) - @proton72
- Fix javadoc description processing for methods with the same names (via #233) - @sspotanin
Links
2.6.0 - Out of BETA!
From now Allure Java will have same version as Allure Report!
Improvements
- Add selenide listener example to readme (via #200) - @simple-elf
- Added possibility to separate lines in javadoc description (via #195) - @sspotanin
Links
2.0-BETA22
Features
- selenide integration (via #169) - @eroshenkoam
Improvements
- response code for AllureOkHttp3 (via #179) - @viclovsky
- selenide step also can be broken (via #176) - @simple-elf
- support allure1 step template (via #196) - @eroshenkoam
- handle test failures with exceptions without message (via #183) - @letsrokk
- add support for display name and description annotations for junit5 (via #170) - @DedRock
- allow embedding attachments and other allure steps in cucumber hook steps (via #181) - @andrcuns
Fixes
- fix plain link display for cucumberjvm (via #175) - @clicman
- fix curl '-d' for HttpRequestAttachment (via #194) - @viclovsky
- fix readme and templates for allure-okhttp (via #159) - @rusg77
- fix npe in junit-runner due to missing actual class (fixes #174, via #182) - @saksmt
- fix steps and attachments for tests with timeouts (fixes #158, fixes #108, via #193) - @sspotanin
Links
2.0-BETA21
2.0-BETA20
Improvements
- Process jUnit4 annotations (via #165) - @eroshenkoam
- Add adapter for cucumber2-jvm (via #155) - @letsrokk
- Skip composite tags with empty values to avoid formatter errors (via # 162) - @letsrokk
Links
2.0-BETA19
Improvements
- Add junit5 annotations support (via #154) - @eroshenkoam
- Allow empty body for rest-assured requests (fixes #125, via #142) - @krasilnikov-dmitriy
Fixes
- Fix npe with parameters from allure 1 annotations (via #143) - @gladnik
- Fix rest assured attachments (fixes #147, via #149) - @Katzen-Gott