Add test running instructions to readme

This commit is contained in:
Simon Ho 2015-03-15 14:41:46 -07:00
parent 1d2dd5e9fb
commit 7536309b2d
1 changed files with 8 additions and 0 deletions

View File

@ -44,3 +44,11 @@ To use it you need `loopback-datasource-juggler`.
to `utf8_general_ci`. The `collation` value will also be used to derive the
connection charset.
## Running Tests
These tests are mainly integration tests, meaning you will need to run using
our preconfigured test server.
1. Ask a core developer for instructions on how to set up test server
credentials on your machine
2. `npm test`