Skip to content

Commit

Permalink
Update main menu.
Browse files Browse the repository at this point in the history
Looks like we lost the ability to select a test to run.  Maybe this
can be added back in the future?  It would require the not-run tests
to list themselves on the page, which they no longer do.
  • Loading branch information
emackey committed Jan 2, 2013
1 parent 6ba601d commit cd7335a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
Tests
<ul>
<li><a href="Specs/SpecRunner.html">Run all tests</a></li>
<li><a href="Specs/SpecRunner.html?suite=_none_">Select a test to run</a></li>
<li><a href="Specs/SpecRunner.html?category=WebGL">Run only WebGL tests</a></li>
<li><a href="Specs/SpecRunner.html?category=All&not=WebGL">Run only non-WebGL tests</a></li>
<li><a href="Instrumented/jscoverage.html?../Specs/SpecRunner.html%3FbaseUrl%3D..%2FInstrumented">Run all tests with code coverage</a>
(build 'instrumentForCoverage' first.)</li>
</ul>
Expand Down

0 comments on commit cd7335a

Please sign in to comment.