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. 21, 2018, 10:57 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 | « .eslintrc.json ('k') | dependencies » ('j') | package.json » ('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..05b7be114afcec9e65dd86464c64f542a7a84c38 100644
--- a/README.md
+++ b/README.md
@@ -102,3 +102,14 @@ Then you can run to lint the code:
npm run lint
+Qunit testing
+-------------
+
+You can run qunit tests in a headless Firefox instance. First the dependencies
+by running
hub 2018/08/21 13:23:21 I think this should be merged with the paragraph `
tlucas 2018/08/22 07:01:30 Good point - done.
+
+ npm install
+
+Start the qunit tests by running
+
+ npm test -- gecko
« no previous file with comments | « .eslintrc.json ('k') | dependencies » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld