Benjamin Pasero 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 1 week ago
..
automation 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 1 week ago
integration 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 1 week ago
leaks b5a6aa14a8 feat: switch to npm as default package manager (#226927) 2 weeks ago
monaco 2a4d7851ef Bump pathval from 1.1.0 to 1.1.1 in /test/monaco (#227783) 2 weeks ago
smoke 789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017) 1 week ago
unit b5a6aa14a8 feat: switch to npm as default package manager (#226927) 2 weeks ago
.mocharc.json 04d7411785 eng: update mocha 2 -> 8 3 years ago
README.md 7ef754c2f6 Fix supported markdown-lint violations in markdown files (#190750) 1 year ago
cgmanifest.json 03acf80627 rename isOnlyDevelopmentDependency to developmentDependency 5 years ago
package.json 630e53c18b add cjs-package.json marker to /test (#221076) 2 months ago

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)