vscode/test
Alexandru Dima 06b97f6be7
Add more logging and perf markers around resolving the connection token and the socket factory (#170490)
* Add more logging and perf markers around resolving the connection token and the socket factory

* set `exposeFunction` earlier

* bla windows

* also expose function for unit tests beofre opening

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-01-05 10:17:19 +01:00
..
automation Test - update minimatch (#167101) 2022-11-23 21:33:27 +00:00
integration Add more logging and perf markers around resolving the connection token and the socket factory (#170490) 2023-01-05 10:17:19 +01:00
leaks
monaco Re-enable running our eslint rules using ts-node (#159495) 2022-08-30 08:40:04 +02:00
smoke smoke: adopt new vscode test version (#168373) 2022-12-08 01:14:41 +01:00
unit Add more logging and perf markers around resolving the connection token and the socket factory (#170490) 2023-01-05 10:17:19 +01:00
.mocharc.json
cgmanifest.json
README.md Cleanup package.json test scripts (#141210) 2022-01-22 13:07:14 +01:00

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)