vscode/test
Benjamin Pasero d0df79be50
webview - remove more traces (#128128)
* webview - remove more traces

* more removal
2021-07-07 18:28:53 +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 add leak test scaffolding 2021-05-06 14:45:12 +02:00
monaco
smoke Re-enable enhanced localization tests 2021-07-07 10:49:52 +02:00
unit webview - remove more traces (#128128) 2021-07-07 18:28:53 +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)
  • ui: our suite of manual UI tests