vscode/test
Aaron Munger 4290065b29
notebook tests still failing too often (#283882)
still failing too often
2025-12-16 19:29:08 +00:00
..
automation chore: npm audit fix (#279437) 2025-11-25 20:29:09 +00:00
integration chore: npm audit fix (#279437) 2025-11-25 20:29:09 +00:00
leaks feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
mcp Bump express from 5.1.0 to 5.2.1 in /test/mcp (#280440) 2025-12-03 10:10:45 +00:00
monaco Use standard node utils instead of our custom ones 2025-11-12 15:26:54 -08:00
smoke notebook tests still failing too often (#283882) 2025-12-16 19:29:08 +00:00
unit Make sure js files still follow eslint semicolon rules 2025-11-12 13:54:56 -08:00
.mocharc.json use www.schemastore 2025-07-10 18:16:09 +02:00
cgmanifest.json
package.json
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)