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

Unified Diff: README.md

Issue 29860555: Issue 6717 - Part 2: run qunit in headless firefox (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/file/3270e924ba9f
Patch Set: No func change, reindent Created Aug. 24, 2018, 6:56 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 | dependencies » ('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 62ac2f8a4395d22bd75b36692056a7b41bb5e59c..2140c07d2be8c2905d886ded63e38c849d49a76b 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,14 @@ 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:
+
+ npm install
+
+Start the testing process:
+
+ npm test
Linting
-------
@@ -101,4 +109,3 @@ and everything needed after you run:
Then you can run to lint the code:
npm run lint
-
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld