vscode/test
Johannes Rieken 17f6bcb7d2
chore - modernise test runner (#235511)
async/wait, remove AMD/ESM split, cleanup
2024-12-06 18:53:29 +01:00
..
automation Revert Enablement of EditContext on Insiders (#235062) 2024-12-03 08:37:57 +01:00
integration Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
leaks feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
monaco ci: check for clean git state in npm validation (#230479) 2024-10-04 11:04:18 -07:00
smoke Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 2024-09-09 22:43:29 -07:00
unit chore - modernise test runner (#235511) 2024-12-06 18:53:29 +01:00
.mocharc.json eng: update mocha 2 -> 8 2020-12-17 11:24:15 -08:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
cgmanifest.json
package.json add cjs-package.json marker to /test (#221076) 2024-07-08 13:21:02 +02:00

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)