vscode/test
Connor Peet 358a3a65d3
fix incomplete coverage reports on macos (#212639)
* eng: fix incomplete coverage reports on macos

Wait for stdout to drain before exiting

* better fix
2024-05-13 15:27:00 -07:00
..
automation chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
integration chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
leaks
monaco
smoke chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
unit fix incomplete coverage reports on macos (#212639) 2024-05-13 15:27:00 -07: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)