vscode/test
João Moreno c1f44f4e3e
Merge pull request #103436 from codebytere/fix-json-reporter
fix: add missing property to deserializeRunnable
2020-07-30 10:06:18 +02:00
..
automation update extensions aria label to contain version and publisher display name 2020-07-28 19:16:02 +02:00
integration/browser tests - log the actual build used for tests 2020-05-14 17:00:51 +02:00
smoke Fix smoke test function call 2020-07-28 14:57:08 -07:00
ui
unit Merge pull request #103436 from codebytere/fix-json-reporter 2020-07-30 10:06:18 +02:00
cgmanifest.json
mocha.opts
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)
  • ui: our suite of manual UI tests