vscode/test
2021-06-11 12:19:17 +02:00
..
automation enable smoketest on linux 2021-06-11 12:19:17 +02:00
integration Do not rely on console.log for exiting tests 2021-06-09 21:47:18 +02:00
leaks
monaco
smoke enable smoketest on linux 2021-06-11 12:19:17 +02:00
unit Updates sinon from 1.17 to 11.1. 2021-06-09 10:03:46 +02: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