Updated Developer Guide (markdown)

Éric Lemoine
2013-05-10 01:15:39 -07:00
parent cdb47e9489
commit e860d86b6f
+18 -1
@@ -99,10 +99,18 @@ To run the `check` target use:
$ ./build.py check $ ./build.py check
If you get this error
ReferenceError: Can't find variable: goog
file:///home/elemoine/public_html/openlayers/ol3/test/ol.html:67
Failed to start mocha: Init timeout
it means that you don't have the Plovr server running.
If you want to run the full suite of integration tests, see "Running the integration If you want to run the full suite of integration tests, see "Running the integration
tests" below. tests" below.
## Running examples ## Running examples
To run the examples you first need to start the Plovr web server: To run the examples you first need to start the Plovr web server:
@@ -156,6 +164,15 @@ first from http://phantomjs.org/download.html).
See also the test-specific [README](test/README.md). See also the test-specific [README](test/README.md).
If you get this error
ReferenceError: Can't find variable: goog
file:///home/elemoine/public_html/openlayers/ol3/test/ol.html:67
Failed to start mocha: Init timeout
it means that you don't have the Plovr server running.
## Running the integration tests ## Running the integration tests
When you submit a pull request the [Travis continuous integration When you submit a pull request the [Travis continuous integration