vscode/test
Charles Gagnon 8da408454c
Update coverage folder location
The coverage folder isn't generated at the root of the workspace, it's put in the `.build` folder currently.
2022-03-21 10:55:03 -07:00
..
automation smoke - disable trust 2022-03-12 08:23:43 +01:00
integration disable workspace trust in web integration tests 2022-03-11 08:52:55 -08:00
leaks
monaco
smoke ci: fix published server arhive name on macOS (#145509) 2022-03-21 06:29:24 -07:00
unit Update coverage folder location 2022-03-21 10:55:03 -07: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)