We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-runner
1 parent 857f06a commit b09a742Copy full SHA for b09a742
modules/test-runner/src/main/scala/scala/build/testrunner/TestRunner.scala
@@ -12,7 +12,12 @@ object TestRunner {
12
def commonTestFrameworks: Seq[String] = Seq(
13
"munit.Framework",
14
"utest.runner.Framework",
15
- "org.scalacheck.ScalaCheckFramework"
+ "org.scalacheck.ScalaCheckFramework",
16
+ "zio.test.sbt.ZTestFramework",
17
+ "org.scalatest.tools.Framework",
18
+ "com.novocode.junit.JUnitFramework",
19
+ "org.scalajs.junit.JUnitFramework",
20
+ "weaver.framework.CatsEffect"
21
)
22
23
def classPath(loader: ClassLoader): Seq[Path] = {
0 commit comments