scalatest-junit-runner icon indicating copy to clipboard operation
scalatest-junit-runner copied to clipboard

Can we add support for running tests in parallel?

Open pgabry opened this issue 3 years ago • 1 comments

I've got tests using ParallelExecution trait. This plugin is not running them in parallel.

pgabry avatar Sep 07 '22 14:09 pgabry

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

giurim avatar Sep 26 '22 22:09 giurim