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