Info
Version: | 1.0.11 |
Author(s): | Josh Keegan, Beau Gosse |
Last Update: | Monday, December 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/beaubgosse/xRetry |
NuGet Url: | https://www.nuget.org/packages/xRetry.NUnit.SpecFlowPlugin |
Install
Install-Package xRetry.NUnit.SpecFlowPlugin
dotnet add package xRetry.NUnit.SpecFlowPlugin
paket add xRetry.NUnit.SpecFlowPlugin
xRetry.NUnit.SpecFlowPlugin Download (Unzip the "nupkg" after downloading)
Dependencies
- SpecFlow(>= 3.0.220)
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.
Based on Josh Keegan's xRetry.SpecFlow package.