kylin-code/test/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
364 B
Markdown
Raw Normal View History

2022-06-14 14:37:10 +08:00
# VSCode Tests
## Contents
This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them:
2024-04-30 20:57:13 +08:00
2022-06-14 14:37:10 +08:00
* `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))