Skip to:
We would like to be able to introduce aliases for steps, eg:
@Given("a $width x $height grid")@Aliases("a grid of $width by $height", "a $width by $height grid")...
We would like to be able to introduce aliases for steps, eg:
@Given("a $width x $height grid")
@Aliases("a grid of $width by $height", "a $width by $height grid")
...