parallel scalatest execution
running scalatest tests with sbt the default is a parallel execution.
in IDEA, every test will be launched one by one, without parallelism.
There is a way to runs tests in parallel?
thanks
Please sign in to leave a comment.
Mixing org.scalatest.ParallelTestExecution into the test class, the second test fails with this error: