| 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 |