vscode/test
2024-08-06 10:38:22 -07:00
..
automation Simplify getInstances. 2024-08-05 14:14:23 -07:00
integration Fix some always true/false errors in codebase (#223359) 2024-07-30 15:37:27 -07:00
leaks Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07:00
monaco Fix some always true/false errors in codebase (#223359) 2024-07-30 15:37:27 -07:00
smoke Enable notebook smoke test for electron only (#224968) 2024-08-06 10:38:22 -07:00
unit esm - reduce diff (#224919) 2024-08-06 17:32:43 +03:00
.mocharc.json
cgmanifest.json
package.json add cjs-package.json marker to /test (#221076) 2024-07-08 13:21:02 +02:00
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)