All Versions
6
Latest Version
Avg Release Cycle
50 days
Latest Release
939 days ago
Changelog History
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]
.