Skip to content
This repository was archived by the owner on Oct 6, 2018. It is now read-only.

Latest commit

 

History

History
38 lines (21 loc) · 1.35 KB

File metadata and controls

38 lines (21 loc) · 1.35 KB

Deprecation Notice

This repository has been deprecated and is not being maintained. If you have any questions, please get in touch with the collaborators.

aerogear-js-integration Build Status devDependency Status

Integration tests for AeroGear JavaScript Library

Running All Tests

grunt ci-all

Running Tests Specific for Single Runtime

grunt ci-vertx
grunt ci-activemq
grunt ci-simplepush

Developing tests

Start runtime

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:

Develop right from browser

Open one of the tests under ./tests/ directory in browser. For that you need to start local webserver, e.g. httpster

httpster -p 3000

Run tests from Karma

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