vscode/test
Benjamin Pasero 9f04aaf6f4
tests - depend on a test preload.js (#226588)
2024-08-26 10:14:27 +02: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 Move workbench workers off EditorWorker (#225796) 2024-08-20 14:00:18 +02:00
smoke chore: update electron@30.3.1 (#225106) 2024-08-09 23:44:42 +00:00
unit tests - depend on a test preload.js (#226588) 2024-08-26 10:14:27 +02:00
.mocharc.json
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
cgmanifest.json
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)