Thank you for the awesome write up! I was not aware of AVA.
I've recently noticed there is another way to run multiple tests in parallel using https://github.com/open-cli-tools/concurrently
I would appreciate it if you could include it in your comparison, as I'd like your opinion on how Concurrently compares to using mocha-parallel-tests, since they both run the workers in their own process. While I'm not sure what the use case would be, one intriguing aspect of using Concurrently would be the ability to use Concurrently in conjunction with mocha's --parallel flag.
Thank you for the awesome write up! I was not aware of AVA.
I've recently noticed there is another way to run multiple tests in parallel using https://github.com/open-cli-tools/concurrently
I would appreciate it if you could include it in your comparison, as I'd like your opinion on how Concurrently compares to using mocha-parallel-tests, since they both run the workers in their own process. While I'm not sure what the use case would be, one intriguing aspect of using Concurrently would be the ability to use Concurrently in conjunction with mocha's
--parallelflag.