From 019bc09ceae1028af0909dffb46e50b6be316e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 25 Sep 2012 16:41:54 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1895d719de..be23ca7273 100644 --- a/readme.md +++ b/readme.md @@ -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 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. ), 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