vscode/test/README.md

10 lines
400 B
Markdown
Raw Permalink Normal View History

2020-02-07 10:09:22 +01:00
# VSCode Tests
2015-11-13 14:39:38 +01:00
2020-02-07 10:09:22 +01:00
## Contents
2015-11-13 14:39:38 +01:00
2020-02-07 10:09:22 +01:00
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](unit/README.md))
* `integration`: our suite of API tests ([README](integration/browser/README.md))
* `smoke`: our suite of automated UI tests ([README](smoke/README.md))
* `ui`: our suite of manual UI tests