vscode/test/automation
Benjamin Pasero 1894181c08
logs - make sure to attach all logs in browser tests (#181578)
* logs - make sure to attach all logs in browser tests

* separate server logs into `server` folder
2023-05-05 07:02:40 +02:00
..
src logs - make sure to attach all logs in browser tests (#181578) 2023-05-05 07:02:40 +02:00
tools Remove legacy smoke test driver (#147393) 2022-04-13 19:19:58 +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 Pick up latest TS version for building VS Code (#162786) 2022-10-06 12:08:45 -07:00
README.md Refactor smoke UI automation into separate package 2019-09-05 09:16:29 -07:00
tsconfig.json Bump targets for test/automation and test/integration (#165298) 2022-11-02 17:10:12 -07:00
yarn.lock Test - update minimatch (#167101) 2022-11-23 21:33:27 +00: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.