vscode/test
Alex Ross 363abcb2f5
Disable notebook "check object leaks" test (#258417)
2025-07-29 06:23:47 -07:00
..
automation Force accept function in dispatchKeybinding 2025-07-10 06:49:16 -07:00
integration exp - introduce and use flag to disable experiments (#254057) 2025-07-04 09:17:56 +00:00
leaks feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
monaco add editor a11y playwright tests (#255899) 2025-07-15 05:38:21 +02:00
smoke Disable notebook "check object leaks" test (#258417) 2025-07-29 06:23:47 -07:00
unit Make sure inline chat math wrapped in parens is rendered 2025-07-11 00:03:47 -07:00
.mocharc.json use www.schemastore 2025-07-10 18:16:09 +02:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
cgmanifest.json rename isOnlyDevelopmentDependency to developmentDependency 2018-11-21 16:17:52 +01:00
package.json add cjs-package.json marker to /test (#221076) 2024-07-08 13:21:02 +02:00

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)