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