vscode/test
Connor Peet 027aa0ff19
testing: avoid console log in unit tests (#201141)
Fixes #192468
2023-12-18 18:39:13 +01:00
..
automation throw error (#199653) 2023-11-30 12:58:41 +01:00
integration Cleanup dependencies (#195026) 2023-10-09 09:34:15 +02:00
leaks Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07:00
monaco Fixes "_b is not defined" error 2023-11-15 16:53:00 +01:00
smoke Write out `Cannot` (#198377) 2023-11-20 17:22:21 +00:00
unit testing: avoid console log in unit tests (#201141) 2023-12-18 18:39:13 +01:00
.mocharc.json
README.md
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)