vscode/test/automation
Benjamin Pasero ec41f20c40
Web - run smoke tests using playwright (#89918)
* playwright - initial version

* browser - use existing page and not create new context

* macOS: document how to remove the security flag

* smoke test - allow to run against server build with --build option

* do not rely on args

* fix path for windows

* smoke test - smoke 💄 and -ci option
2020-02-04 17:23:27 +01:00
..
src Web - run smoke tests using playwright (#89918) 2020-02-04 17:23:27 +01:00
tools
.gitignore
.npmignore
package.json Web - run smoke tests using playwright (#89918) 2020-02-04 17:23:27 +01:00
README.md
tsconfig.json Web - run smoke tests using playwright (#89918) 2020-02-04 17:23:27 +01:00
yarn.lock Web - run smoke tests using playwright (#89918) 2020-02-04 17:23:27 +01:00

VS Code Automation Package

This package contains functionality for automating various components of the VS Code UI, via an automation "driver" that connects from a separate process. It is used by the smoke tests.