vscode/test/automation
Benjamin Christopher Simmonds cff275ae64
Adopt custom hover in settings and keybindings editor (#206440)
* adopt custom hover in settings and keybindings editor

* fiy smoketests
2024-02-28 16:37:07 +01:00
..
src Adopt custom hover in settings and keybindings editor (#206440) 2024-02-28 16:37:07 +01: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 25 (#188268) 2023-08-07 21:46:27 +09:00
README.md
tsconfig.json update vscode-test-web (#201187) 2023-12-19 16:03:03 +01:00
yarn.lock Bump dependencies for debug sub-dependency (#195513) 2023-10-13 09:01:12 -07: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.