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
Latest snapshot of cucumber-jvm 1.0.0.RC14-SNAPSHOT generates i18n java snippets for undefined steps with @given annotation only. I use "#language=ru" comments in feature files and never get snippets with annotations from "cucumber.annotation.ru" package. Actually this was never working due to following code in cucumber.runtime.UndefinedStepsTracker.java:
Latest snapshot of cucumber-jvm 1.0.0.RC14-SNAPSHOT generates i18n java snippets for undefined steps with @given annotation only. I use "#language=ru" comments in feature files and never get snippets with annotations from "cucumber.annotation.ru" package. Actually this was never working due to following code in cucumber.runtime.UndefinedStepsTracker.java:
So if we change first line to "I18n i18n = new I18n(locale.getLanguage())" everything works correctly. Should I create patch for this issue?
The text was updated successfully, but these errors were encountered: