FINRAOS / MSL

MSL (pronounced 'Missile') stands for Mock Service Layer. Our tools enable quick local deployment of your UI code on Node and mocking of your service layer for fast, targeted testing.
http://finraos.github.io/MSL/
Apache License 2.0
32 stars 24 forks source link

Enable browser and node client tests to run via CI on Travis #24

Open kood1 opened 10 years ago

kood1 commented 10 years ago

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.

kood1 commented 10 years ago

@ransha, let's look at creating a karma plugin to run the tests.

kood1 commented 10 years ago

29

kood1 commented 10 years ago

42 integrates msl-client-browser tests

kood1 commented 10 years ago

We should include python and ruby tests as well