vscode/test
Benjamin Pasero 6b9583d2dc
fix (#192807)
* fix

* fix

* fix

* fix
2023-09-11 12:54:53 -07:00
..
automation Rename --disable-keytar to --use-inmemory-secretstorage (#192312) 2023-09-08 17:58:32 +02:00
integration Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00: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 #191860 - retry if command is not found 2023-09-06 09:36:50 +02:00
unit fix (#192807) 2023-09-11 12:54:53 -07:00
.mocharc.json eng: update mocha 2 -> 8 2020-12-17 11:24:15 -08:00
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)