Rerun failed tests using Specflow.Retry
问题 I'm trying to rerun failed tests in specflow using specflow.retry plugin https://github.com/DamirAinullin/specflow-retry Here is my App.config file: <?xml version="1.0" encoding="utf-8" ?> <configuration> <unitTestProvider name="nUnit" /> <plugins> <add name="SpecFlow.Retry.Generator" path="..\packages\SpecFlow.Retry.2.4.0\lib\net45" type="Generator" /> </plugins> </configuration> I'd appreciate any help if someone gives a hint what's wrong from my side Here is a few warning that i get on