🚀 Feature: Parallel tests inside suite (was: in addition to it, will) #4588
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.
nice-to-have
this will allow better aesthetics
into
fixes:
breaks:
optional:
to indicate that the test was not done in serial
Describe alternatives you've considered
The before hook is just too verbose(and goes against a mocha eslint rule), and using parallel tests seems overkill
Additional context
I'm willing to make a fork myself
Additional features if possible
describeAsync
an asynchronous suite. Lists all output to a single array then prints when the suite is complete. If all other tests are done, behave likedescribe
and print reports normally.mocha/no-root-describeAsync
disables an asynchronous describe on root level, which will cause major tests to shift orderThe text was updated successfully, but these errors were encountered: