Johannes Rieken 2d97803568 add `ListenerRefusalError` and `ListenerLeakError` which get logged when listener thresholds are exceeded. (#212900) 5 days ago
..
automation 5216c04428 chore: update to electron 29 (#209818) 1 week ago
integration 5216c04428 chore: update to electron 29 (#209818) 1 week ago
leaks e20515c62e Bump dependencies for debug sub-dependency (#195513) 7 months ago
monaco 56b0088dce update vscode-test-web (#201187) 5 months ago
smoke 5216c04428 chore: update to electron 29 (#209818) 1 week ago
unit 2d97803568 add `ListenerRefusalError` and `ListenerLeakError` which get logged when listener thresholds are exceeded. (#212900) 5 days ago
.mocharc.json 04d7411785 eng: update mocha 2 -> 8 3 years ago
README.md 7ef754c2f6 Fix supported markdown-lint violations in markdown files (#190750) 9 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)