vscode/test
2022-01-21 07:26:59 +01:00
..
automation tests - adopt new URL syntax when web is connected to a remote 2022-01-20 15:55:18 +01:00
integration tests - adopt new URL syntax when web is connected to a remote 2022-01-20 15:55:18 +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 smoke - skip flaky one (#141054) 2022-01-21 07:26:59 +01:00
unit layers - clean up top level workbench test folder 2022-01-20 10:47:35 +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