Files
vscode/test
Dmitriy Vasyura 7d0760daa3 Add WSL sanity tests (#290682)
* Add WSL sanity tests

* Ensure WSL is installed and ready in Windows test script

* Try to get Ubuntu WSL installed if not present

* Use correct URL

* Fix win32 setup script

* Script update

* Another script fix
2026-01-27 06:18:34 +00:00
..
2026-01-27 06:18:34 +00:00
2025-07-10 18:16:09 +02:00

VS Code Tests

Contents

This folder contains the various test runners for VS Code. 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)
  • sanity: release sanity tests (README)