Plugin doesnt resolve any step if the step metod had multiple annotations #21
Closed
Description
Plugin version: 1.51
Test method:
@Given("given the user do some test")
@Alias("given the user do some testing")
@When("when the user do some test")
@Then("then the user do some test")
public void doSomeTest() {
}
Test scenario:
Scenario: test scenario
Given given the user do some test
And given the user do some testing
When when the user do some test
Then then the user do some test
Plugin resolves only first step - Given given the user do some test.
Any help on this?
Metadata
Assignees
Labels
No labels