Can we add support for running tests in parallel?
pgabry opened this issue · comments
I've got tests using ParallelExecution trait. This plugin is not running them in parallel.
Hi, thank you for the report. I am afraid it is not trivial to support ParallelTestExecution
and it might take a bigger refactor to fix this. Meanwhile you might try the AsyncFunSpec
trait to execute tests in parallel. See AsyncFunSpecTest
for reference