Update readme.md

This commit is contained in:
Éric Lemoine
2012-09-25 16:41:54 +02:00
parent 745c906846
commit 019bc09cea

View File

@@ -26,7 +26,11 @@ Note that appending `?mode=RAW` doesn't work with `file://` URLs, which is why y
## Run tests
Run the plovr web server (see above), then open <http://localhost:9810/> in your browser and select *List of tests* or *Test runner*.
Run the plovr web server (see above), and either open the `test/ol.html` file
in the browser (e.g. <http://localhost:8000/test/ol.html>), or run `make test`
on the console (headless testing with PhantomJS).
See also the test-specific [readme](https://github.com/openlayers/ol3/tree/master/test).
## Run the linter