All Versions
6
Latest Version
Avg Release Cycle
50 days
Latest Release
1261 days ago

Changelog History

  • v1.2.0 Changes

    November 13, 2020

    ๐Ÿ‘ SpecFlow 3.5.5 support.
    โœ… Tests are now executed against .NET 5.0.

  • v1.1.0 Changes

    September 17, 2020

    ๐Ÿ‘ Specflow 3.4 support

  • v1.0.0 Changes

    June 27, 2020
    • ๐Ÿ‘ Specflow 3.3 support
    • ๐Ÿ”„ Changed full .Net version requirement down to 4.6.1 (won't affect anyone whose builds are using the dotnet core plugin). This is only to align with Specflow's change.
    • ๐Ÿš€ Finally graduated to a 1.x release! The last release was feature complete and has been stable with no reported issues, so the time has come :)
  • v0.5.0 Changes

    April 10, 2020
    • ๐Ÿ‘ SpecFlow 3.1 and dotnet core 3.1 support
    • โž• Adds support for @retry on SpecFlow Scenario Outlines
    • ๐Ÿ›  Fixes thread hopping bug in xRetry, see #18 for more details.
  • v0.4.1 Changes

    March 26, 2020

    ๐Ÿ‘Œ Support SpecFlow >= 3.0.220 && < 3.1.0

  • v0.4.0 Changes

    March 10, 2020

    โž• Added support for xUnit theories.
    You can now use [RetryTheory] in the same way that you would use [RetryFact].