Releases: cucumber/cucumber-jvm-scala
Releases · cucumber/cucumber-jvm-scala
v8.31.0
v8.30.1
v8.30.0
v8.29.0
📢 As of Cucumber JVM 7.24, cucumber-junit
(JUnit 4) is deprecated in favour of cucumber-junit-platform-engine
(JUnit 5). Users are strongly encouraged to use the latter.
📖 Read the "Run" section in Basic usage to see examples of Cucumber + JUnit 5.
ℹ️ cucumber-junit-platform-engine
7.26+ is required when using SBT, lower versions will run Cucumber tests twice and fail with runtime errors due to a bug in the SBT/JUnit 5 interface. Thanks @mpkorstanje for providing a workaround in Cucumber JVM!
Added
- [Documentation] Integration with JUnit 5
- Add example project with JUnit 5
Changed
- [Core] Update
cucumber-core
dependency to 7.26.0 - [Internal] Update integration tests to use JUnit 5
- Drop support of Scala 2.12 in example test projects
v8.28.0
v8.27.3
v8.27.1
v8.27.0
v8.26.2
Changed
- [Build] update
action-publish-sbt
- [Build] update
sbt-release