xRetry icon indicating copy to clipboard operation
xRetry copied to clipboard

Retry running tests via Xunit and Specflow

Results 16 xRetry issues
Sort by recently updated
recently updated
newest added

Has anybody experienced this error - I have added the NuGet packages for xRetry. I am running a newer version of SpecFlow. Have tried to downgrade but this introduces other...

enhancement

Hi, Im using XRetry and I would like to be alerted when a retry happens. In my case I'd like to send a slack message to a certain channel, but...

enhancement
question

Hi, I have a case where an exception is thrown when initializing my fixture used in ICollectionFixture, ex: ``` [CollectionDefinition(nameof(MyCollectionFixture))] public class MyCollectionFixture : ICollectionFixture { } public class MyFixture...

bug

Hi Josh, Great work with the retry package, it really makes the life easier! I have a question: I am using Azure DevOps Specflow + LivingDoc with xUnit runner and...

third_party

Add a global configuration that would allow for defaults to be set for an entire test project. This would be at the xRetry level (so would apply to specflow and...

enhancement

I've started seeing errors with all my integration tests in docker and devops pipelines and the error was only saying NullReference exception, I thought may be something wrong with the...

Digging through Specflow code & spotted some VB references. The specflow generator tests are currently all C#. Having a VB test suite, even if just a smoke test, would be...

Currently dependabot manages upgrading nuget packages but a Specflow update actually updates multiple packages. Dependabot sees these as separate and so opens a PR for each one, with each build...

enhancement

Add a global config to allow for the user to specify that they would like all scenarios to be retried by default. Using `@retry(n)` tag on a scenario would still...

enhancement

Bumps xunit.runner.visualstudio from 2.8.0 to 2.8.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xunit.runner.visualstudio&package-manager=nuget&previous-version=2.8.0&new-version=2.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET