Open pgabry opened 2 years ago
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
I've got tests using ParallelExecution trait. This plugin is not running them in parallel.