MSL
MSL copied to clipboard
Enable browser and node client tests to run via CI on Travis
We currently run Java client tests only. We should enable browser and node client tests to run as well on Travis-CI.
For the browser client, we need to have a runner to execute the Jasmine tests on PhantomJS.
For the node client, we need to run the tests on SauceLabs.
@ransha, let's look at creating a karma plugin to run the tests.
#29
#42 integrates msl-client-browser tests
We should include python and ruby tests as well