我正在学习eclipse scala ide中的scala,该项目是使用gradle构建的。只是想知道,如何禁用scala测试的parallelExecution。
下面的stackoverflow问题中描述的解决方案是使用sbt build。
How to run subprojects tests (including setup methods) sequentially when testing
How to turn off parallel execution of tests for multi-project builds?
Why does scalatest mix up the output?
注意:我正在使用ide支持在scala ide中运行我的测试(以Scala测试运行)。