mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-02 23:09:59 +00:00
Tests
Run
You can run tests directly from the command line:
mocha
Alternatively, you can run them from any browser. Simply open the URL provided by the following command:
mocha --browser
Debug
Simply VSCode to debug your tests. Switch to the Debug viewlet,
pick the Mocha debug target and hit Play!
Coverage
You can also get a coverage report. The following command will
create a coverage folder at the root of the project:
mocha --coverage