vscode/test
Daniel Imms f880669743
Merge pull request #137763 from microsoft/tyriar/cleanup_smoke
Move terminal smoke tests into a single suite and reduce boilterplate
2021-11-24 09:54:50 -08:00
..
automation Add retry to quickaccess tests 2021-11-23 15:35:48 -08:00
integration smoke - enable graceful-fs (#137734) 2021-11-23 17:29:08 +01:00
leaks
monaco
smoke Merge pull request #137763 from microsoft/tyriar/cleanup_smoke 2021-11-24 09:54:50 -08:00
unit Run unit tests against node.js too (#137790) 2021-11-24 13:45:17 +01: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)
  • ui: our suite of manual UI tests