Skip to content

Commit f8d979e

Browse files
committed
Update README.md
Add jake runtests-browser to the list of jake tasks
1 parent e20b671 commit f8d979e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,17 @@ npm install
4747
Use one of the following to build and test:
4848

4949
```
50-
jake local # Build the compiler into built/local
51-
jake clean # Delete the built compiler
52-
jake LKG # Replace the last known good with the built one.
53-
# Bootstrapping step to be executed when the built compiler reaches a stable state.
54-
jake tests # Build the test infrastructure using the built compiler.
55-
jake runtests # Run tests using the built compiler and test infrastructure.
56-
# You can override the host or specify a test for this command.
57-
# Use host=<hostName> or tests=<testPath>.
58-
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
59-
jake -T # List the above commands.
50+
jake local # Build the compiler into built/local
51+
jake clean # Delete the built compiler
52+
jake LKG # Replace the last known good with the built one.
53+
# Bootstrapping step to be executed when the built compiler reaches a stable state.
54+
jake tests # Build the test infrastructure using the built compiler.
55+
jake runtests # Run tests using the built compiler and test infrastructure.
56+
# You can override the host or specify a test for this command.
57+
# Use host=<hostName> or tests=<testPath>.
58+
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>]'.
59+
jake baseline-accept # This replaces the baseline test results with the results obtained from jake runtests.
60+
jake -T # List the above commands.
6061
```
6162

6263

0 commit comments

Comments
 (0)