vscode/test
Johannes Rieken 630e53c18b
add cjs-package.json marker to /test (#221076)
2024-07-08 13:21:02 +02:00
..
automation 🆙 `"@playwright/test": "^1.45.0"` (#219324) 2024-07-01 12:23:41 +02:00
integration
leaks
monaco
smoke Skip flaky terminal tabs test 2024-07-04 08:40:48 -07:00
unit Implement NLS without AMD loader (#214588) 2024-06-28 11:55:48 +02:00
.mocharc.json
README.md
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)