MSL
MSL copied to clipboard
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.
We should add more test scenarios to cover all the code base
We should add more test scenarios to cover all the code base
The Travis-CI build currently runs the E2E script which builds and installs NPM package, runs msl-server, and executes the unit tests. The snapshot build for the Java client should be...
We currently have 5 tests testing 5 of our 6 services. We should a test to test the remaining service and add other variations for the existing services. We need...
We have tests for 5 services only. We should add more tests to cover all the services.