farum12 / NUnitRetry.SpecFlowPlugin

Retry running tests in SpecFlow using NUnit test runner
MIT License
1 stars 4 forks source link

the plugin is not working in a .net 6 project #10

Open willerpp opened 1 month ago

willerpp commented 1 month ago

Hi, I have a test Nunit with specflow in .net 6 project and I was able to install the plugin and run the project but nothing happens, even if I exclude from the specflow.json file the parameters the project doesn't trigger any exception. Any idea why is this happening to me? thank you

chrisbillson commented 2 weeks ago

Hello,

The project targets quite an old version of .net, so there are likely to be some compatibility issues. Its status is also somewhat uncertain and doesn't appear it is still being maintained.

If you are able to migrate to Reqnroll (Specflow spiritual successor, which I would strongly recommend) you could give this fork a try.

It's been converted to .net standard so should be fine for .net 6.