Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Courgette rerun failed scenarios when rerunAttempts is 0 #420

Open
cucumberRetryChart opened this issue Oct 22, 2024 · 1 comment
Open

Comments

@cucumberRetryChart
Copy link

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.

image

@prashant-ramcharan
Copy link
Owner

Thanks, I will take a look.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants