diff --git a/test/README.md b/test/README.md index 798668d0c11..b5cfd93e827 100644 --- a/test/README.md +++ b/test/README.md @@ -6,13 +6,13 @@ The best way to run the Code tests is from within VS Code. Simply press `CMD+Shi If you wish to run the tests from a terminal, from the `vscode` folder run: - cd vscode - mocha +OSX and Linux -Alternatively, you can run them from any browser. Simply open the URL provided by the following command: + ./test/run.sh - cd vscode - mocha --browser +Windows + + test\run ## Debug