vscode/test/automation
Daniel Imms 34cd689874
Speculative fix for terminal tabs flaky smoke test
Wait briefly between backspace and enter.

Fixes #216460
2024-06-18 05:53:44 -07:00
..
src Speculative fix for terminal tabs flaky smoke test 2024-06-18 05:53:44 -07:00
tools Fix extensions smoke test (#195264) 2023-10-10 20:11:30 +02: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 chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
README.md Refactor smoke UI automation into separate package 2019-09-05 09:16:29 -07:00
tsconfig.json update vscode-test-web (#201187) 2023-12-19 16:03:03 +01:00
yarn.lock chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09: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.