vscode/test
Matt Bierner 99e126b0b2
Pick up latest TS version for building VS Code (#162786)
Pick up latest TS for building VS Code
2022-10-06 12:08:45 -07:00
..
automation Pick up latest TS version for building VS Code (#162786) 2022-10-06 12:08:45 -07:00
integration Pick up latest TS version for building VS Code (#162786) 2022-10-06 12:08:45 -07:00
leaks
monaco Re-enable running our eslint rules using ts-node (#159495) 2022-08-30 08:40:04 +02:00
smoke Pick up latest TS version for building VS Code (#162786) 2022-10-06 12:08:45 -07:00
unit fix rendering/UI for ./scripts/test.sh --dev 2022-10-04 14:51:58 +02:00
.mocharc.json
cgmanifest.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)