You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,17 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
13
13
14
14
### Changed
15
15
16
+
-[Core] Update `cucumber-core` dependency to [6.2.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17
+
16
18
### Deprecated
17
19
18
20
### Removed
19
21
20
22
### Fixed
21
23
24
+
-[JUnit][sbt] Fix failed scenarios not failing the test suite if using duplicated names or `Scenario Outline` ([#22](https://github.com/cucumber/cucumber-jvm-scala/issues/102)[#102](https://github.com/cucumber/cucumber-jvm-scala/issues/102) M.P. Korstanje)
25
+
- The fix is actually part of `cucumber-junit` 6.2.2 (https://github.com/cucumber/cucumber-jvm/pull/2045) but is mainly done for Cucumber Scala and Sbt usage
0 commit comments