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