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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
New feature for xRetry.SpecFlow: you can now add the @retry tag against a feature. This allows you to retry all tests within a feature in one place, and with common settings. This is useful as scenarios within a feature will usually have common dependencies, so any external dependency causing the tests to need retrying is likely to exist for the entire feature. See the readme for full details and an example.
Minimum required version of SpecFlow.xUnit increased to 3.9.50 (patch increase)
Minor documentation improvements
Clarification of wording in readme & xmldocs: previous wording of "retry" was ambiguous and is now referred to as an "attempt" to run the test. e.g. 3 retries could be read as the test failing once and then being retried 3 times for a total of 4 attempts, when actually it is a total of 3 attempts. Wording should now be clearer.