vscode/test
2021-11-15 12:15:25 +01:00
..
automation smoke - retry quick open search (fix #136499) 2021-11-15 07:52:12 +01:00
integration 🆙 playwright 2021-11-04 09:27:22 +01:00
leaks
monaco Fail the build when webpack has bundling warnings (early prevention of issues like microsoft/monaco-editor#2691) 2021-10-11 18:14:10 +02:00
smoke smoke - properly create screenshots and stop instances (#137220) 2021-11-15 12:15:25 +01:00
unit Replace Right Single Quotation Mark with Single Quote 2021-11-03 23:34:40 +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