vscode/test
Benjamin Pasero 13461f8c61
Web: change yarn web to run with our server instead of playground (#139725)
* web - first cut `yarn web` via our server

* properly pipe output

* web - remove traces of web playground

* web - remember last opened workspace for convinience

* use vscode-test-web for server less, clean up web commands

* fix comment

* fix `yarn web`

* rename to code-server

* open system browser

* code-server script: use minimist

* test resolver: use ./scripts/code-server

* integartion tests: fix code-server command name

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-01-20 13:48:08 +01:00
..
automation Web: change yarn web to run with our server instead of playground (#139725) 2022-01-20 13:48:08 +01:00
integration Web: change yarn web to run with our server instead of playground (#139725) 2022-01-20 13:48:08 +01:00
leaks
monaco 🆙 playwright@1.18 (#140767) 2022-01-15 09:35:39 +01:00
smoke smoke - 🆙 timeouts 2022-01-19 19:45:03 +01:00
unit layers - clean up top level workbench test folder 2022-01-20 10:47:35 +01:00
.mocharc.json
cgmanifest.json
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