vscode/test
2025-09-06 06:18:59 -10:00
..
automation Fix smoke tests in release branch (#265425) 2025-09-06 06:18:59 -10:00
integration Bump tmp from 0.0.33 to 0.2.4 in /test/integration/browser (#262506) 2025-08-20 16:19:47 +00:00
leaks
mcp Have the lifecycle dependent on the Page since we only support 1 window for now (#264099) 2025-08-29 16:07:36 -07:00
monaco add editor a11y playwright tests (#255899) 2025-07-15 05:38:21 +02:00
smoke Allow configuring userDataDir, ExtensionDir, & usage of in-memory Secret Storage (#263451) 2025-08-27 15:31:27 -04:00
unit fix some typos (#259747) 2025-08-06 11:49:35 +00:00
.mocharc.json use www.schemastore 2025-07-10 18:16:09 +02:00
cgmanifest.json
package.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)