vscode/test
2022-08-18 09:03:44 -04:00
..
automation Smoke test driver.exitApplication sometimes does not work (#157979) (#158479) 2022-08-18 09:03:44 -04:00
integration Bump webview fallback commit (#157959) 2022-08-11 16:40:05 -07:00
leaks
monaco
smoke Smoke test driver.exitApplication sometimes does not work (#157979) (#158479) 2022-08-18 09:03:44 -04:00
unit fix: parse errors in coverage command (#156837) 2022-08-05 18:27:40 +02:00
.mocharc.json
cgmanifest.json
README.md

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)