We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0226cb2 commit d4d68caCopy full SHA for d4d68ca
README.md
@@ -136,13 +136,14 @@ prior to submitting your changes. Thanks.
136
137
## Headless tests with casperjs
138
139
-You can also run the above tests headlessly through casperjs:
+You can also run the above tests headlessly through casperjs.
140
141
```bash
142
+# Install casperjs via npm in the GeoExt 2 clone dir (only first time)
143
+npm install [email protected]
144
+
145
# Run the suite in the root of the repository
-./tests/headless/casperjs-1.1-beta.1/bin/casperjs \
- test \
- tests/headless/run-testsuite.js
146
+./node_modules/casperjs/bin/casperjs test tests/headless/run-testsuite.js
147
```
148
149
These tests are also run though [travis](https://travis-ci.org/geoext/geoext2).
0 commit comments