-
Notifications
You must be signed in to change notification settings - Fork 309
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
Support Mocha parallel tests #4046
Comments
hey @AM1988 ! Thanks for the feedback. Sadly this is not a straightforward feature so it needs a bit of planning. We'll take this feedback into account when taking decisions though 😄 |
Some background info. In my project we use data dog a lot, but our e2e tests are executed in parallel mode by mocha and execution in a single thread is not an option because we will lose a lot of time. So we rather would find/use another tool for tests history. From my point of view it is a key feature and I would love to see it your library. |
thanks for the extra context 👍 |
Hi @juan-fernandez . I hope you are doing well. I'm sorry for pinging you directly but I haven't found any information about the next planned release. Documentation on https://docs.datadoghq.com/tests/setup/javascript/?tab=cloudciprovideragentless is not updated. When will we get a new lib version with support of mocha parallel mode? |
hey @AM1988 ! We'll try to get a release out this week. We were waiting for the release to update the docs 😄. I'll let you know here when the release happens |
hey @AM1988 , new releases are out 🎉 : The doc updates are also about to go out: DataDog/documentation#23512 Let me know if you encounter any issues 😄 . |
Please support parallel test executions using mocha.
The text was updated successfully, but these errors were encountered: