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

Support Mocha parallel tests #4046

Closed
AM1988 opened this issue Feb 12, 2024 · 5 comments · Fixed by #4314
Closed

Support Mocha parallel tests #4046

AM1988 opened this issue Feb 12, 2024 · 5 comments · Fixed by #4314

Comments

@AM1988
Copy link

AM1988 commented Feb 12, 2024

Please support parallel test executions using mocha.

image

@juan-fernandez
Copy link
Collaborator

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 😄

@AM1988
Copy link
Author

AM1988 commented Feb 12, 2024

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.

@juan-fernandez
Copy link
Collaborator

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 👍

@juan-fernandez
Copy link
Collaborator

hey @AM1988 ! We're currently working in supporting parallel mode for mocha in #4314. It'll still take a bit to be released but things are looking good 😄

@AM1988
Copy link
Author

AM1988 commented May 21, 2024

hey @AM1988 ! We're currently working in supporting parallel mode for mocha in #4314. It'll still take a bit to be released but things are looking good 😄

That's a very good news. Fingers crossed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants