Daniel Imms 3e49f239c9 Enable terminal smoke tests on desktop 4 weeks ago
..
automation cff275ae64 Adopt custom hover in settings and keybindings editor (#206440) 2 months ago
integration 56b0088dce update vscode-test-web (#201187) 4 months ago
leaks e20515c62e Bump dependencies for debug sub-dependency (#195513) 6 months ago
monaco 56b0088dce update vscode-test-web (#201187) 4 months ago
smoke 3e49f239c9 Enable terminal smoke tests on desktop 4 weeks ago
unit 880eee6a96 print warning about reused action ids, fix view action duplication (#202000) 3 months ago
.mocharc.json 04d7411785 eng: update mocha 2 -> 8 3 years ago
README.md 7ef754c2f6 Fix supported markdown-lint violations in markdown files (#190750) 8 months ago
cgmanifest.json 03acf80627 rename isOnlyDevelopmentDependency to developmentDependency 5 years ago

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)