helmethair-co / scalatest-junit-runner

JUnit 5 runner for Scalatest
MIT License
37 stars 10 forks source link

Can we add support for running tests in parallel? #86

Open pgabry opened 2 years ago

pgabry commented 2 years ago

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

giurim commented 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