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
Missing step definitions are currently marked as "U" (undefined) by the progress formatter without any other kind of information. The user should be told which step (i.e. its name) needs it.
What about the step definition snippet suggestion? I guess many users like those.
The text was updated successfully, but these errors were encountered:
I think there is no such thing as Gherkin::I18n for JS. @aslakhellesoy please correct me if I'm wrong.
It means generating snippets for non-english step definitions will not be easy. The workaround is to build snippets with this.defineStep() instead of this.Given(), this.When() and this.Then() if the keyword does not match one of the english keywords.
But then, why not simply use this.defineStep() in all cases?
Definitely not the top priority right now though :) I'm applying the aforementioned workaround for now but it should be fixed some day.
Missing step definitions are currently marked as "U" (undefined) by the progress formatter without any other kind of information. The user should be told which step (i.e. its name) needs it.
What about the step definition snippet suggestion? I guess many users like those.
The text was updated successfully, but these errors were encountered: