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

Compatibility with cypress 10 #114

Open
MayankArora20 opened this issue Jun 27, 2022 · 1 comment
Open

Compatibility with cypress 10 #114

MayankArora20 opened this issue Jun 27, 2022 · 1 comment

Comments

@MayankArora20
Copy link

I just updated to cypress 10.0.3 and I realize that when I am using cypress-parallel, its not trying to run few of the excluded pattern files as test. This makes few of the threads go wasted as if I am using -t 5, I am only able to see 3 specs in execution. I am using cypress-parallel 0.9.0. Also, in my cypress.config.ts, I have made few configurations like reporter, etc, but those are not taken up by cypress-parallel.

@joshuajtward
Copy link
Contributor

Hi @MayankArora20! I think there are two issues you are raising here, so I'll try to separate them:

  1. "its not trying to run few of the excluded pattern files as test" - I'm not sure exactly what you mean, but this sounds like expected behaviour, have you ensured that your specPattern and excludeSpecPattern are correct following your migration to Cypress 10.0.3? This module will only parallelize tests by spec file (not by test case) - so if you only have three spec files the most threads you should/can use is -t 3!
  2. As for reporter, what config changes have you made, and what issues are you seeing? Have you tried playing around with the --reporter and --reporterOptions flags?

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