Skip to content

Commit

Permalink
correct gherkin - multiple tags should each have their own @
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKeegan committed Jun 23, 2021
1 parent 013e681 commit 13222ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Scenario Outline: Test is ignored
| 1 |
| 2 |

@ignore retry
@ignore @retry
Scenario Outline: Retry test is ignored
Then fail because this test <n> should have been skipped
Examples:
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTests/SpecFlow/Features/RetryScenarios.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Scenario: Retry twice, waiting 100ms between retries
Scenario: Test is ignored
Then fail because this test should have been skipped

@ignore retry
@ignore @retry
Scenario: Retry test is ignored
Then fail because this test should have been skipped

0 comments on commit 13222ff

Please sign in to comment.