Releases: allure-framework/allure-java
Releases · allure-framework/allure-java
2.13.9
🚀 New Features
- Add support for inherited annotations (via #537) - @baev
- Add test filter module (via #474) - @eroshenkoam
🔬 Improvements
- Add idea metadata (via #486) - @baev
- Improve build workflow (via #511) - @baev
- added specific request and response attachment name method for AllureRestAssured filter. (via #491) - @ogulcanarbc
🐞 Bug Fixes
- Fixture container (via #541) - @eroshenkoam
- [httpclient] Don't consume HTTP responses (via #502) - @TobiX
- Fix face test case creation in Allure TestOps (via #509) - @eroshenkoam
⬆️ Dependency Updates
- Bump assertj-core from 3.17.2 to 3.19.0 (via #545) - @dependabot
- Bump dependency-management-plugin from 1.0.10.RELEASE to 1.0.11.RELEASE (via #547) - @dependabot
- Bump jbehave-core from 4.7 to 4.8.2 (via #543) - @dependabot
- Bump spring-web from 5.2.9.RELEASE to 5.3.5 (via #544) - @dependabot
- Bump spotless-plugin-gradle from 5.11.0 to 5.11.1 (via #546) - @dependabot
- Bump guice from 4.2.3 to 5.0.1 (via #536) - @dependabot
- Bump cucumberjvm deps (via #539) - @baev
- Bump gradle (via #538) - @baev
- Bump junit-bom from 5.7.0 to 5.7.1 (via #535) - @dependabot
- Bump selenide from 5.15.1 to 5.20.1 (via #534) - @dependabot
- Bump resteasy-client from 4.5.8.Final to 4.6.0.Final (via #528) - @dependabot
- Bump jackson-bom from 2.11.3 to 2.12.2 (via #533) - @dependabot
- Bump commons-lang3 from 3.11 to 3.12.0 (via #532) - @dependabot
- Bump mockito-core from 3.5.15 to 3.8.0 (via #530) - @dependabot
- Bump junit from 4.13.1 to 4.13.2 (via #529) - @dependabot
- Bump gradle-quality-plugin from 4.3.0 to 4.5.0 (via #514) - @dependabot
- Bump freemarker from 2.3.30 to 2.3.31 (via #522) - @dependabot
- Bump tika-core from 1.24.1 to 1.25 (via #525) - @dependabot
- Bump mockserver-netty from 5.11.1 to 5.11.2 (via #523) - @dependabot
- Bump spotless-plugin-gradle from 5.5.1 to 5.11.0 (via #515) - @dependabot
- Bump rest-assured from 4.3.1 to 4.3.3 (via #517) - @dependabot
- Bump actions/checkout from v1 to v2.3.4 (via #516) - @dependabot
- Bump actions/labeler from v2 to v3 (via #513) - @dependabot
- Bump toolmantim/release-drafter from v5.2.0 to v5.15.0 (via #512) - @dependabot
- Bump json-unit from 2.19.0 to 2.25.0 (via #519) - @dependabot
👀 Links
2.13.8
🔬 Improvements
- Cucumber gherkin version 15.0.2 to support cucumber 6.9.0 (via #493) - @MetallFoX
🐞 Bug Fixes
- AllureCucumber6Jvm TestSourcesModel.createAstNode recursive call fix (via #498) - @MetallFoX
👀 Links
2.13.7
🔬 Improvements
- Migrate to GH actions (via #495) - @eroshenkoam
- Upgrade dependencies (via #482) - @asolntsev
- Upgrade to Gradle 6.7 (via #481) - @lasnamae
- Disable test case creation for configuration failure results (via #489) - @baev
- Fix Automatic-Module-Name for allure-cucumber6-jvm (via #477) - @valfirst
👀 Links
2.13.6
Improvements
- Bump deps (via #471) - @baev
- Deny wildcard imports (via #472) - @baev
- Add readme for junit5 assert module (via #459) - @Legionivo
- First draft of cucumber 6 support (via #475) - @eroshenkoam
Links
2.13.5
2.13.4
Links
2.13.3
Improvements
- Bump selenide to 5.11.0 (via #439) - @dstekanov
- Add support of scala 2.13 for allure-scalatest (via #433) - @viclovsky
- Add possibility to disable selenide steps logging (via #432) - @vinogradoff
Links
2.13.2
New Features
- Add support for testng 7.1 (via #422) - @kirillbilchenko
- Add support for junit 5 assertions (via #421) - @Legionivo
- Add support for cucumber 5 jvm (fixes #414, via #418) - @naveenchandra91
Improvements
Fixes
- Fix typo (via #416) - @sksamuel
- Fix common code problems (via #410) - @jreznot
- Fix npe on missing javadoc description (via #427) - @aski
Links
2.13.1
New Features
- Add support for scenario descriptions (fixes #403, via #404) - @baev
- Add support for test fixtures for junit5 (fixes #227, fixes #399, via #402) - @baev
Improvements
- Update cucumber-jvm (via #392) - @jsa34
- Bump jsonunit version to 2.11.1 (via #401) - @viclovsky
- Update to use non deprecated jbehave api (via #395) - @valfirst
Fixes
Links
2.13.0
New Features
- Add ability to attach selenium logs in case of test failure (via #360) - @holiakho
- Add support for this keyword to step templates (fixes #385, via #377) - @Denysss
Improvements
- Bump rest-assured version (via #375) - @viclovsky
- Bump cucumber-jvm version (via #370) - @jsa34
- Update pmd and replace deprecations (via #372) - @KroArtem
- Only take screenshot for open browser (fixes #379, via #380) - @asolntsev
Fixes
- Fix cucumberjvm2 examples processing (via #388) - @eroshenkoam
- Fix assertj soft assertions and binary data processing (fixes #347, via #389) - @baev