vscode/test
2024-07-08 13:21:02 +02:00
..
automation 🆙 "@playwright/test": "^1.45.0" (#219324) 2024-07-01 12:23:41 +02:00
integration make sure errors are recreated when making LM requests (#216807) 2024-06-24 09:50:48 +02:00
leaks Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07:00
monaco update vscode-test-web (#201187) 2023-12-19 16:03:03 +01:00
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
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)