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
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.
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
The text was updated successfully, but these errors were encountered: