From 7536309b2d434c5da15474aef748a8e2512f49de Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Sun, 15 Mar 2015 14:41:46 -0700 Subject: [PATCH] Add test running instructions to readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 7659988..9efa992 100644 --- a/README.md +++ b/README.md @@ -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`