vscode/test
2021-07-07 13:23:11 +02:00
..
automation Update playwright to 1.12.x and enable tracing for smoke tests (#128061) 2021-07-07 13:23:11 +02:00
integration web - allow integration tests to open a workspace 2021-07-01 15:38:30 +02:00
leaks
monaco
smoke Re-enable enhanced localization tests 2021-07-07 10:49:52 +02:00
unit fix: setuid helper permission (#126798) 2021-06-22 08:42:30 -07: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