vscode/test
2023-08-21 20:54:48 +01:00
..
automation Add delay to Settings editor search for smoke tests (#190903) 2023-08-21 20:54:48 +01:00
integration chore: update to Electron 25 (#188268) 2023-08-07 21:46:27 +09:00
leaks
monaco Re-enable running our eslint rules using ts-node (#159495) 2022-08-30 08:40:04 +02:00
smoke Add Settings editor smoke tests (take 2) (#189867) 2023-08-08 13:01:53 -07:00
unit eng: add support for snapshot tests (#190444) 2023-08-15 12:03:51 -07:00
.mocharc.json
cgmanifest.json
README.md Cleanup package.json test scripts (#141210) 2022-01-22 13:07:14 +01: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)