vscode/test/automation
Rob Lourens 1341ca3d7f Remove timeouts in search smoketest.
Improvements came from waiting for search to complete before clicking buttons, clearing previous results before starting the search, and adding a retry around the clicking.
2021-12-08 15:34:35 -08:00
..
src Remove timeouts in search smoketest. 2021-12-08 15:34:35 -08:00
tools Refactor smoke UI automation into separate package 2019-09-05 09:16:29 -07:00
.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 Smoke test lifecycle changes (#137969) 2021-11-28 10:30:52 +01:00
README.md Refactor smoke UI automation into separate package 2019-09-05 09:16:29 -07:00
tsconfig.json fix smoke tests with stable build (fix #117420) 2021-02-23 19:04:51 +01:00
yarn.lock Smoke test lifecycle changes (#137969) 2021-11-28 10:30:52 +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.