Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29866577: Issue 6887 - add Chrome to "npm test" (Closed)
Patch Set: Removed unused this.platform Created Sept. 1, 2018, 3:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 2140c07d2be8c2905d886ded63e38c849d49a76b..af78809cde278491d6a509dca251b4bca6982f9b 100644
--- a/README.md
+++ b/README.md
@@ -86,15 +86,19 @@ extension's Options page, open the JavaScript Console and type in:
location.href = "qunit/index.html";
The unit tests will run automatically once the page loads.
-You can also run these tests with a headless Firefox process. Install the
-dependencies first:
+You can also run these tests with a headless Firefox or Chromium process.
+Install the dependencies first:
npm install
-Start the testing process:
+Start the testing process for all browsers:
npm test
+Start the testing process in one browser only:
+
+ npm test -- -g <gecko/chrome>
+
Linting
-------
« no previous file with comments | « no previous file | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld