From 10ce73b0c980e3dad7994266d77f5c2dd9632370 Mon Sep 17 00:00:00 2001 From: Chris Dias Date: Mon, 16 Nov 2015 18:47:22 +0100 Subject: [PATCH] Update README.md --- test/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index b5cfd93e827..a1f4e73e948 100644 --- a/test/README.md +++ b/test/README.md @@ -22,4 +22,10 @@ You can use VS Code to debug your tests. Switch to the Debug viewlet, pick the ` The following command will create a `coverage` folder at the root of the workspace: - mocha --coverage \ No newline at end of file +OSX and Linux + + ./test/run.sh --coverage + +Windows + + test\run --coverage