Dan DeAraujo
Dan DeAraujo
+1 I've added console output to the source tests and see the following without and with the Retry plugin enabled (using NUnit GUI runner): (without) BaseFixSetup FixSetup ****\* NUnit_retry.Tests.InheritedAttribute.Inherited_ShouldSucceed_One_Time_Out_Of_3 BaseSetup...
Not offhand, but I may have some time this week to have a look... will post back if I make any progress. Dan
Hi Sylvain, I did make some progress on this, but probably not in the way you were hoping... I found a different implementation of this mechanism here: https://github.com/rpherbig/nunit-csharp-samples/tree/master/RepeatUntilSuccess but it...
Adding my vote for this one. Having a `retain-all-flaky` option to save both the failing and passing runs against the same infrastructure is extremely helpful when trying to improve the...
I was just about to create a new feature request to be able to retrieve the default timeout and do this "manually" (ie: something like `click({ timeout: config.expect.timeout+2000 })`, but...