File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414We use the following tools for development:
1515
1616- [ Qunit] ( http://qunitjs.com/ ) for tests.
17- - [ NodeJS] ( http://nodejs.org/download/ ) required to run grunt and the test server only .
17+ - [ NodeJS] ( http://nodejs.org/download/ ) required to run grunt.
1818- [ Grunt] ( http://gruntjs.com/getting-started ) for task management.
1919
2020###Getting started
@@ -39,11 +39,11 @@ You should see a green message in the console:
3939You can also run the tests in the browser.
4040Start a test server from the project root:
4141
42- $ node test/ server.js
42+ $ grunt connect: server:keepalive
4343
4444Open the following URL in a browser:
4545
46- $ open http://0 .0.0.0:8124 /test/index.html
46+ $ open http://127 .0.0.1:9999 /test/index.html
4747
4848_ Note: we recommend cleaning all the browser cookies before running the tests, that can avoid false positive failures._
4949
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments