cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.04k stars 1.09k forks source link

rerun with parallel flag is running the tests multiple times #2255

Closed gmkumar08 closed 1 year ago

gmkumar08 commented 1 year ago

👓 What did you see?

I'm using the Rerun feature as specified here I have a @rerun.txt file with a bunch of failures spanning multiple feature files. I'm trying to run this @rerun.txt file by passing "--parallel 4" but upon looking at the logs, I see that the tests are running multiple times.

✅ What did you expect to see?

Tests shouldn't run multiple times and instead each only run once.

📦 Which tool/library version are you using?

Cucumber - 6.0.7

🔬 How could we reproduce it?

Run a @rerun.txt file by passing '--parallel 4'

This text was originally generated from a template, then edited by hand. You can modify the template here.

davidjgoss commented 1 year ago

Could you say a little more about your setup? What's the content of your rerun file look like?

Also, I noticed this is quite an old version of cucumber-js. Could you try again with the latest (9.0.0)?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 3 weeks with no activity. Remove the stale label or comment or this will be closed in another 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.