From ea060734a6f43c0bccd896047cee53cddf5b9f70 Mon Sep 17 00:00:00 2001 From: Leonid Dubinsky Date: Wed, 23 Jul 2025 18:21:28 -0400 Subject: [PATCH] Mention Gradle plugin for Scala.js and Scala Native --- app/views/userGuide/runningYourTests.scala.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/userGuide/runningYourTests.scala.html b/app/views/userGuide/runningYourTests.scala.html index 4d2403b0c9..514f771726 100644 --- a/app/views/userGuide/runningYourTests.scala.html +++ b/app/views/userGuide/runningYourTests.scala.html @@ -26,7 +26,7 @@

Running your tests

- +
1. From sbtuse ScalaTest's Framework
2. From Mavenuse the ScalaTest Maven Plugin
3. From Gradleuse the ScalaTest + JUnit 5
3. From Gradleuse the ScalaTest + JUnit 5 or use the Gradle plugin for Scala.js and Scala Native
4. On the command lineuse the Runner
5. In the Scala interpreterinvoke execute or use the ScalaTest shell
6. Via Antuse the ScalaTestAntTask