Skip to content

v1.8.0

Compare
Choose a tag to compare
@JoshKeegan JoshKeegan released this 26 Feb 18:46
· 257 commits to master since this release
82719bb

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.