Skip to content

v8.29.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 13:18
523b0fb

📢 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