xunit-retry icon indicating copy to clipboard operation
xunit-retry copied to clipboard

Results 6 xunit-retry issues
Sort by recently updated
recently updated
newest added

When I add the attribute to a test, all the tests in that class are ignored. No errors or anything, its just ignored. Using XUnit 2.4.1

Hello @giggio, And thanks a lot for developing that library! Here at https://github.com/stratisproject we are using your code for some of our integration tests that may fail from time to...

I've made the necessary changes to the projects to be .NET Standard 2.0. The SpecFlow project however needs to have a the packages updated as the current version of SpecFlow...

As per the latest update, [https://github.com/techtalk/SpecFlow/commits/master/TechTalk.SpecFlow.Generator/UnitTestProvider/IUnitTestGeneratorProvider.cs](https://github.com/techtalk/SpecFlow/commits/master/TechTalk.SpecFlow.Generator/UnitTestProvider/IUnitTestGeneratorProvider.cs) got a new method called `SetTestClassParallelize`. Need to implement this method in `XUnitTestGeneratorProvider.cs` inside `XunitRetry.Generator.SpecflowPlugin`. Otherwise, it's throwing an error reading `SetTestClassParallelize` is not...

- upgraded package versions - imlemented missing SetTestClassParallelize method inherited from IUnitTestGeneratorProvider