You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having this configuration:
threads = 1,
runLevel = CourgetteRunLevel.SCENARIO,
testOutput = CourgetteTestOutput.CONSOLE,
rerunFailedScenarios = true,
rerunAttempts = 0,
i am expecting to not re run failed scenarios because the option rerunAttempts is cero,...
I think it re-runs the scenarios because option rerunFailedScenarios is marked as true,,, but if the option rerunAttempts is cero, i think it must not re-run.
The text was updated successfully, but these errors were encountered:
version: io.github.prashant-ramcharan:courgette-jvm:6.14.0
Having this configuration:
threads = 1,
runLevel = CourgetteRunLevel.SCENARIO,
testOutput = CourgetteTestOutput.CONSOLE,
rerunFailedScenarios = true,
rerunAttempts = 0,
i am expecting to not re run failed scenarios because the option rerunAttempts is cero,...
I think it re-runs the scenarios because option rerunFailedScenarios is marked as true,,, but if the option rerunAttempts is cero, i think it must not re-run.
The text was updated successfully, but these errors were encountered: