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
Ambiguous step definitions don't cause Cucumber to blow up, they just fail the step. Fixed#206, but broke the native groovy CLI runner, which I had to disable - see #212
Copy file name to clipboardExpand all lines: History.md
+1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
## In Git
2
2
3
+
*[Core] Ambiguous step definitions don't cause Cucumber to blow up, they just fail the step. (Aslak Hellesøy)
3
4
*[Java] Fixed NullPointerException in ClasspathMethodScanner ([#201](https://github.com/cucumber/cucumber-jvm/pull/201) vladimirkl)
4
5
*[Groovy] Compiled Groovy stepdef scripts are found as well as source ones (Aslak Hellesøy)
5
6
*[Jython] I18n translations for most languages. Languages that can't be transformed to ASCII are excluded. ([#176](https://github.com/cucumber/cucumber-jvm/issues/176), [#197](https://github.com/cucumber/cucumber-jvm/pull/197) Stephen Abrams)
0 commit comments