🚀 Feature: Option to run async tests in parallel on a single process #4537
Labels
status: wontfix
typically a feature which won't be added, or a "bug" which is actually intended behavior
type: feature
enhancement proposal
Is your feature request related to a problem or a nice-to-have?? Please describe.
Running tests in parallel with mocha adds the overhead of using and spawning separate workers, which makes it slower than it has to be in test suites based on a lot of I/O and async behavior.
Describe the solution you'd like
Option to run all the tests at once in a single worker. Think of a
Promise.all
for all theit
sDescribe alternatives you've considered
Not sure how to achieve that effect in any other way
The text was updated successfully, but these errors were encountered: