helmethair-co / scalatest-junit-runner

JUnit 5 runner for Scalatest

Repository from Github https://github.comhelmethair-co/scalatest-junit-runnerRepository from Github https://github.comhelmethair-co/scalatest-junit-runner

Can we add support for running tests in parallel?

pgabry opened this issue · comments

commented

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