vscode/test
Connor Peet c2a6932e9e
eng: onboard to the extension test runner (#195570)
* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
2023-10-13 13:11:05 -07:00
..
automation Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07:00
integration Cleanup dependencies (#195026) 2023-10-09 09:34:15 +02:00
leaks Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07:00
monaco Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
smoke eng: onboard to the extension test runner (#195570) 2023-10-13 13:11:05 -07:00
unit Cleanup dependencies (#195026) 2023-10-09 09:34:15 +02:00
.mocharc.json
cgmanifest.json
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00

VSCode Tests

Contents

This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them:

  • unit: our suite of unit tests (README)
  • integration: our suite of API tests (README)
  • smoke: our suite of automated UI tests (README)