Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/userGuide/runningYourTests.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1>Running your tests</h1>
<table align="left">
<tr><td>1. From sbt</td><td><a href="using_scalatest_with_sbt">use ScalaTest's <code>Framework</code></a></td></tr>
<tr><td>2. From Maven</td><td>use the <a href="using_the_scalatest_maven_plugin">ScalaTest Maven Plugin</td></tr>
<tr><td>3. From Gradle</td><td>use the <a href="@routes.Plus.junit5()">ScalaTest + JUnit 5</td></tr>
<tr><td>3. From Gradle</td><td>use the <a href="@routes.Plus.junit5()">ScalaTest + JUnit 5</a> or use the <a href="https://github.com/dubinsky/scalajs-gradle">Gradle plugin for Scala.js and Scala Native</a></td></tr>
<tr><td>4. On the command line</td><td><a href="using_the_runner">use the <code>Runner</code></a></td></tr>
<tr><td>5. In the Scala interpreter</td><td><a href="invoking_execute">invoke <code>execute</code></a> or <a href="using_the_scalatest_shell">use the ScalaTest shell</a></td></tr>
<tr><td>6. Via Ant</td><td><a href="using_the_scalatest_ant_task">use the <code>ScalaTestAntTask</code></a></td></tr>
Expand Down