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

How to Use --parallel from Mocha 8 [Feature] #116

Open
1 task done
johnnyshankman opened this issue Dec 1, 2021 · 0 comments
Open
1 task done

How to Use --parallel from Mocha 8 [Feature] #116

johnnyshankman opened this issue Dec 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@johnnyshankman
Copy link

johnnyshankman commented Dec 1, 2021

  • I'd be willing to implement this feature

Describe the user story

As a user,
When I have Mocha 8+ installed
And I'd like to parallelize my tests
I expect there to be a CLI flag for that
Because Mocha 8+ has a --parallel option

Describe the solution you'd like

A --parallel flag to invoke the parallel option or a clear way to pass commands to the original mocha command.

Describe the drawbacks of your solution

First one only works with Mocha 8+

Describe alternatives you've considered

Second one works with all

Additional context

Want to speed up my vue-cli made application's tests.

@johnnyshankman johnnyshankman added the enhancement New feature or request label Dec 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant