-
Notifications
You must be signed in to change notification settings - Fork 125
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
Implementation - Parallelize Nightwatch #4282
Comments
I dug into this a little more-- There's only one test that fails, and even that one doesn't fail all the time:
My guess is that it's timing-related. Will try to recreate locally. |
|
^^^ That. The failing tests are a bit tricky to debug, but I'm making progress. Should be fixed EOD if I had to guess. |
Sorry, forgot to post an update on this. I ended up focusing on the switch to Electron and making the tests less brittle overall. Will return to this as soon as |
This was completed in #4481. |
Nightwatch supports running multiple tasks in parallel, however when I turned that on the tests started failing. I'm not sure what caused the failures, but it did seem to speed thing up a little.
The text was updated successfully, but these errors were encountered: