]> source.dussan.org Git - svg.js.git/commitdiff
Fix Build and Test section
authorJon Ege Ronnenberg <jon.ronnenberg@gmail.com>
Mon, 17 Oct 2016 22:57:11 +0000 (20:57 -0200)
committerGitHub <noreply@github.com>
Mon, 17 Oct 2016 22:57:11 +0000 (20:57 -0200)
Fix command to build and added a small section about testing

README.md

index c5587aea81aea5a3dfe6a8561fb1f394e4526524..094078da7a6907d6a5692ff6af91199983757f8e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4072,7 +4072,7 @@ $ npm install
 Build SVG.js by running `gulp`:
 
 ``` sh
-$ npm test
+$ npm run build
 ```
 
 The resulting files are:
@@ -4080,6 +4080,16 @@ The resulting files are:
 1. `dist/svg.js`
 2. `dist/svg.min.js`
 
+## Testing
+There is two ways to run the test suite. One is from the command line and the other is in your browser.
+To run the test suit at the command line, you need to have Firefox installed.
+
+```sh
+$ npm test
+```
+
+To run the test suite in your browser, you need to serve the root project folder with an HTTP server like [ecstatic](https://github.com/jfhbrook/node-ecstatic) or [Apache](https://httpd.apache.org/).
+Navigate to `/spec/SpecRunner.htm` to run the tests.
 
 ## Compatibility