msl-client
v1.1.0
Published
Client for MSL (Mock Service Layer)
Downloads
7
Keywords
Readme
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.
Here is the link to getting started
Prerequisite
Install msl-server first before using msl-client
Installation
Use the following command to install MSL Client
npm install msl-client
Using MSL Client
var msl = require('msl-client');
API Doc
Go to this page and refer to 'NodeJS Client'
Contributing
We encourage contribution from the open source community to help make MSL better. Please refer to the development page for more information on how to contribute to this project including sign off and the DCO agreement.
If you have any questions or discussion topics, please post them on Google Groups.
Building
Our project is built automatically on Travis-CI for all pull requests and merge requests.
Running Tests
After you checkout the code, execute E2E tests by running test/e2e-run.sh from the root folder. This script will:
- Install msl-server
- Start sample app using msl-server
- Build client
- Run unit tests
License Type
MSL project is licensed under Apache License Version 2.0