Closed kkdattaGIT closed 4 years ago
@retry
isn't yet implemented for scenario outlines. I've recently added xunit [Theory]
support though which is needed for this. So I'll make Scenario Outline support next on the TODO list :)
@retry
isn't yet implemented for scenario outlines. I've recently added xunit[Theory]
support though which is needed for this. So I'll make Scenario Outline support next on the TODO list :)
Thanks for looking into it!!
This is now available in v0.5.0, which I've just published on nuget. Let me know how you get on with it :)
Thanks Josh. Worked like charm. Many thanks for your help.
If I add @retry for a Scenario Outline, we get
i.e: @retry Scenario Outline: COE Oversight User view State 11 And Select
Given I call API for a user X
Then The Current State is
Examples:
| SubmissionState | NextState |
| State1 | StateX |
| State2 | StateY |