vscode/test
mxwj 018ff30de3
Some checks failed
Monaco Editor checks / Monaco Editor checks (push) Has been cancelled
Initial commit
2024-11-15 14:29:18 +08:00
..
automation Initial commit 2024-11-15 14:29:18 +08:00
integration Initial commit 2024-11-15 14:29:18 +08:00
leaks Initial commit 2024-11-15 14:29:18 +08:00
monaco Initial commit 2024-11-15 14:29:18 +08:00
smoke Initial commit 2024-11-15 14:29:18 +08:00
unit Initial commit 2024-11-15 14:29:18 +08:00
.mocharc.json Initial commit 2024-11-15 14:29:18 +08:00
cgmanifest.json Initial commit 2024-11-15 14:29:18 +08:00
package.json Initial commit 2024-11-15 14:29:18 +08:00
README.md Initial commit 2024-11-15 14:29:18 +08: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)