Skip to content

Plugin doesnt resolve any step if the step metod had multiple annotations #21

Closed
@vase4kin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions