vscode/test/automation
Ladislau Szomoru 291ec03bc3
Smoke tests - run each suite in its own user-data-dir (#125670)
* Initial commit for isolated smoke tests

* Do not wait for the explorer view when restarting

* Debug failed localization test

* User data path suffix length

* Kill server when application exits

* Do not run yarn install

* Refactor application start/stop

* Reverted some changes

* Missed one

* One more change to revert

* Restored one more file

* Pull request feedback
2021-06-10 06:40:57 -07:00
..
src Smoke tests - run each suite in its own user-data-dir (#125670) 2021-06-10 06:40:57 -07:00
tools
.gitignore Fix minor packaging issues in automation lib 2019-11-04 12:03:51 -08:00
.npmignore Fix minor packaging issues in automation lib 2019-11-04 12:03:51 -08:00
package.json chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
README.md
tsconfig.json fix smoke tests with stable build (fix #117420) 2021-02-23 19:04:51 +01:00
yarn.lock chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02: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.