scalatest-junit-runner
scalatest-junit-runner copied to clipboard
Can we add support for running tests in parallel?
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