-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Running workers creates multiple test runs #101
Comments
Hey @nak1 thanks for your question! So yeah it's still an issue cause CodeceptJS doesn't provide the events to handle that. |
So, I'm guessing that means, we have to live the multiple test runs until CodeceptJS provides the events. haha! |
Or maybe creating the test run manually and providing the test run id when executing tests for the time being. |
So, triggering the API to create a test run and then pass that into the set up / config before the actual execution. That makes sense. Thanks! |
Then I guess this resolves your issue now. Closing this for now. |
Howdy!
When we run
npx codeceptjs run-workers 3 --suites
, it ends up creating 3 test runs. We are using suites and passing the suiteId in the config. Do you have any recommendations for how to resolve this?Thanks!
nak1
The text was updated successfully, but these errors were encountered: