vscode/test
Connor Peet 31067371f2
eng: fix snapshot tests in macos webkit for real? (#193734)
Second attempt at this, which should work. Stop trying to use
exposeFunction, which seems to work poorly on macOS webkit in CI, and
just run a server with HTTP endpoints to do the "RPC."

Reuses Alex's "yaserver" module that we were already using for other
tests. Uses a secure random prefix for security in each run.
2023-09-21 22:48:21 +01:00
..
automation Rename --disable-keytar to --use-inmemory-secretstorage (#192312) 2023-09-08 17:58:32 +02:00
integration Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
leaks add leak test scaffolding 2021-05-06 14:45:12 +02:00
monaco Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
smoke #191860 - retry if command is not found 2023-09-06 09:36:50 +02:00
unit eng: fix snapshot tests in macos webkit for real? (#193734) 2023-09-21 22:48:21 +01:00
.mocharc.json eng: update mocha 2 -> 8 2020-12-17 11:24:15 -08:00
cgmanifest.json rename isOnlyDevelopmentDependency to developmentDependency 2018-11-21 16:17:52 +01:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00: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)