vscode/test
2022-01-19 09:16:39 -08:00
..
automation Fix #140838 2022-01-18 17:43:20 +01:00
integration update integration test docs how to compile 2022-01-19 07:29:38 +01:00
leaks add leak test scaffolding 2021-05-06 14:45:12 +02:00
monaco 🆙 playwright@1.18 (#140767) 2022-01-15 09:35:39 +01:00
smoke tests: log progress as stable code downloads 2022-01-19 09:16:39 -08:00
unit 🆙 playwright@1.18 (#140767) 2022-01-15 09:35:39 +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