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 @@
1. From sbt | use ScalaTest's Framework |
2. From Maven | use the ScalaTest Maven Plugin |
3. From Gradle | use the ScalaTest + JUnit 5 |
3. From Gradle | use the ScalaTest + JUnit 5 or use the Gradle plugin for Scala.js and Scala Native |
4. On the command line | use the Runner |
5. In the Scala interpreter | invoke execute or use the ScalaTest shell |
6. Via Ant | use the ScalaTestAntTask |