Info
Version: | 1.9.0 |
Author(s): | Josh Keegan |
Last Update: | Sunday, January 1, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JoshKeegan/xRetry |
NuGet Url: | https://www.nuget.org/packages/xRetry.SpecFlow |
Install
Install-Package xRetry.SpecFlow
dotnet add package xRetry.SpecFlow
paket add xRetry.SpecFlow
xRetry.SpecFlow Download (Unzip the "nupkg" after downloading)
Dependencies
- SpecFlow.xUnit(>= 3.6.23 && < 3.7.0)
- xRetry(>= 1.3.0 && <= 1.3.0)
Tags
This can be used to re-run a failed test up to n times, allowing for transient failures (e.g. network related) to be tolerated.