code-server-2/lib/vscode/test
Joe Previte eae5d8c807
chore(vscode): update to 1.53.2
These conflicts will be resolved in the following commits. We do it this way so
that PR review is possible.
2021-02-25 11:27:27 -07:00
..
automation chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
integration chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
monaco chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
smoke chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
ui Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
unit chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
.mocharc.json chore(vscode): update to 1.53.2 2021-02-25 11:27:27 -07:00
README.md Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
cgmanifest.json Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00

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