This repository has been deprecated and is not being maintained. If you have any questions, please get in touch with the collaborators.
Integration tests for AeroGear JavaScript Library
grunt ci-all
grunt ci-vertx
grunt ci-activemq
grunt ci-simplepush
To start the configured runtime, you do not have to download and configure anything, it will be all done for you:
grunt daemon:activemq prompt
Then you have two options:
Open one of the tests under ./tests/ directory in browser. For that you need to start local webserver, e.g. httpster
httpster -p 3000
Switch browser option in Gruntfile.js to run in other browser than default PhantomJS.
Note: you may need to install alternative browser launcher first: npm install karma-firefox-launcher

