vscode/test
2025-11-06 15:53:29 +00:00
..
automation Enable tracing (#274203) 2025-10-30 23:19:54 +00: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 Add tool for searching settings UI (#274920) 2025-11-04 00:28:26 +00:00
monaco add editor a11y playwright tests (#255899) 2025-07-15 05:38:21 +02:00
smoke MCP related actions need to hide when AI features are disabled (fix #275478) (#275840) 2025-11-06 15:53:29 +00:00
unit Clean up code layering suppressions (fix #272777) (#272834) 2025-10-23 09:28:38 +02: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)