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
After adding [Scope(Tag = "MyScope")] to my step definition file when I then add @Myscope to the feature file if the test is defined using 'Scenario Outline' the steps in the step definition file show the error "Cannot find a matching step definition". It works as expected where the test is defined using just "Scenario"
The text was updated successfully, but these errors were encountered:
After adding [Scope(Tag = "MyScope")] to my step definition file when I then add @Myscope to the feature file if the test is defined using 'Scenario Outline' the steps in the step definition file show the error "Cannot find a matching step definition". It works as expected where the test is defined using just "Scenario"
The text was updated successfully, but these errors were encountered: