void/test
2024-09-22 04:12:00 -07:00
..
automation add test back 2024-09-22 04:12:00 -07:00
integration feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
leaks feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
monaco feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
smoke feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
unit feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
.mocharc.json init commit 2024-09-10 19:37:36 -07:00
cgmanifest.json init commit 2024-09-10 19:37:36 -07:00
package.json init commit 2024-09-10 19:37:36 -07:00
README.md init commit 2024-09-10 19:37:36 -07: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)