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
@Given("a user$name")
@Alias("user $name")
public void givenUser(String name) {
}
In the @given pattern there is no space before $name on purpose - this works with jbehave and it would call the step with an empty name.
The IDEA plugin does not seem to match this and shows the step in the story as unknown.
The text was updated successfully, but these errors were encountered:
@dimovelev
I have other things on my plate at the moment, but I'll try to look into it soon (at least to see what the problem might be), and if I find the cause, I'll most probably be able to work on it around Christmas time.
I can define a step like that:
In the @given pattern there is no space before $name on purpose - this works with jbehave and it would call the step with an empty name.
The IDEA plugin does not seem to match this and shows the step in the story as unknown.
The text was updated successfully, but these errors were encountered: