Skip to content

Commit b09a742

Browse files
committed
Add more recognised test frameworks in the test-runner
1 parent 857f06a commit b09a742

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/test-runner/src/main/scala/scala/build/testrunner/TestRunner.scala

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ object TestRunner {
1212
def commonTestFrameworks: Seq[String] = Seq(
1313
"munit.Framework",
1414
"utest.runner.Framework",
15-
"org.scalacheck.ScalaCheckFramework"
15+
"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"
1621
)
1722

1823
def classPath(loader: ClassLoader): Seq[Path] = {

0 commit comments

Comments
 (0)