vscode/test/automation
Rob Lourens c717237d7c
Reenable a couple notebook smoketests (#159521)
* Remove vscode-notebook-tests in favor of an .ipynb in vscode-smoketest-express

* Update build folder

* Add build task to correct platform

* Build for smoke tests on other platforms

* Fix repo url and remove comment

* Just -media?

* Update darwin/win32 as well
2022-09-14 13:22:16 -07:00
..
src Reenable a couple notebook smoketests (#159521) 2022-09-14 13:22:16 -07: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 Remove notebook editor edit api (#158988) 2022-08-29 09:34:57 -07: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 update minimist in smoke tests 2022-03-29 11:53:20 -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.