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: Created Aug. 24, 2018, 9:55 a.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') | test/firefox.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 62ac2f8a4395d22bd75b36692056a7b41bb5e59c..c73a84cbafedd96cdc9f29f3cb471a416b4ff107 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 -- gecko
Sebastian Noack 2018/08/24 12:29:10 This needs to be changed too now.
tlucas 2018/08/24 12:46:21 Done.
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') | test/firefox.js » ('J')

Powered by Google App Engine
This is Rietveld