Update README.md

This commit is contained in:
Jason Freeman
2014-09-23 12:16:44 -07:00
parent f8d979e253
commit e73c6a2e3d
+2 -1
View File
@@ -55,7 +55,8 @@ jake tests # Build the test infrastructure using the built compiler.
jake runtests # Run tests using the built compiler and test infrastructure.
# You can override the host or specify a test for this command.
# Use host=<hostName> or tests=<testPath>.
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters 'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
jake runtests-browser # Runs the tests using the built run.js file. Syntax is jake runtests. Optional parameters
'host=', 'tests=[regex], reporter=[list|spec|json|<more>]'.
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
jake -T # List the above commands.
```