vscode/test
Sandeep Somavarapu 2f51809ca3
Fix extensions smoke test (#195264)
#193046
- add waitForWorkbenchRestored method to driver
- move driver to workbench
- wait for workbench to restore if command is not found
2023-10-10 20:11:30 +02:00
..
automation Fix extensions smoke test (#195264) 2023-10-10 20:11:30 +02:00
integration Cleanup dependencies (#195026) 2023-10-09 09:34:15 +02:00
leaks add leak test scaffolding 2021-05-06 14:45:12 +02:00
monaco Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
smoke Hide ToC during search if requested (#194821) 2023-10-10 09:49:00 -07:00
unit Cleanup dependencies (#195026) 2023-10-09 09:34:15 +02:00
.mocharc.json
cgmanifest.json
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00

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)