Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Passing to -d a folder with subfolders and multiple spec files in these folders, results in same tests being executed in multiple threads #199

Open
extracker-ppetrov opened this issue Jul 22, 2024 · 1 comment

Comments

@extracker-ppetrov
Copy link

If I execute something like this:
cypress-parallel -s cy:run -t 5 -d ".\cypress\e2e\regression**"
The tests that are inside the regression subfolders are not being split correctly between the 5 threads. They are being included in multiple threads instead of being run in just one thread each.

Please see the log file attached!

cypress-parallel-log.log

@thomaswong66
Copy link

@extracker-ppetrov Hi 👋 ! Have you made any progress on the issue you had? I'm running into the same issue as well 😢

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

No branches or pull requests

2 participants