Commit Graph

828 Commits

Author SHA1 Message Date
Robo
029e9929ae chore: Update to Electron 6.x (#75802) 2019-09-13 14:53:56 +02:00
João Moreno
4f39995139 Introduce CompressibleObjectTree (#77876)
Introduce `CompressibleObjectTree`
2019-09-13 09:04:20 +02:00
Daniel Imms
a5b58dc5b8 Link directly to automation from smoke 2019-09-12 21:32:41 -07:00
Daniel Imms
c3459acf6d Remove vscode-automation from pckage.json 2019-09-11 14:44:35 -07:00
Daniel Imms
a0fc3ba877 Relink automation dep before compile
Just always relink to avoid issues with the build cache not restoring
links.

Fixes #80729
2019-09-11 11:20:11 -07:00
Joao Moreno
2353ddebb3 Merge remote-tracking branch 'origin/master' into joao/compressed-trees 2019-09-11 09:18:11 +02:00
Daniel Imms
36410ba33e Merge remote-tracking branch 'origin/master' into pr/jasongin/80293 2019-09-10 12:01:40 -07:00
Joao Moreno
4cad4dff1f Merge branch 'master' into joao/compressed-trees 2019-09-10 15:36:01 +02:00
Dmitry Gozman
3bcaff85f0 Separate REPL evaluation from it's result; fixes #79196
REPL now has two elements: one for the evaluation text added immediately (ReplEvaluationInput),
and another for the evaluation result once available (ReplEvaluationResult).
2019-09-09 10:53:46 -07:00
Jason Ginchereau
3d08742789 Add automation to root postinstall script 2019-09-09 09:30:34 -07:00
Joao Moreno
7434a775a6 fix manual tree tests 2019-09-09 15:09:47 +02:00
Daniel Imms
883bf518a9 Use --preserveWatchOutput in tsc watch, update yarn deps 2019-09-06 09:10:53 -07:00
Jason Ginchereau
8b8ef3e2ee Fix some package dependencies 2019-09-05 09:30:38 -07:00
Jason Ginchereau
4f2c387de1 Refactor smoke UI automation into separate package 2019-09-05 09:16:29 -07:00
Rob Lourens
7edc8f786e Fix #80304 - wait for remote window to actually connect before running tests 2019-09-04 17:29:07 -07:00
Rob Lourens
58c740aa48 Remove workaround for #74875 2019-09-04 14:52:53 -07:00
Daniel Imms
052ffefc24 Move puppeteer dep into smoke test project
Fixes #80329
2019-09-04 10:32:32 -07:00
Benjamin Pasero
eec5af06b7 debt - bail out on some window methods in tests 2019-09-02 09:42:37 +02:00
Robo
f5d7606821 Merge branch 'master' into update_electron 2019-08-30 09:05:41 -07:00
Benjamin Pasero
d32c857d1b tsconfig 💄 2019-08-30 17:56:56 +02:00
deepak1556
5e0b028701 chore: Bump electron@4.2.10 2019-08-30 08:07:53 -07:00
Johannes Rieken
dedf0de944 change type of _serviceBrand from any to undefined, #79918 2019-08-30 15:40:46 +02:00
Joao Moreno
4994c7be4e fixes #79867 2019-08-28 14:34:54 +02:00
SteVen Batten
61c52d0dda GridLayout perf improvements (#79614)
* add deserialization to splitview

* add new grid deserialization test to index.html

* working mostly

* branchnode should invert orthogonality in splitview

* fix issue with sidebar snapping

* cleanup and make splitview api more explicit

* hook up children sash reset

* adopt single deserialize (PR feedback)
2019-08-26 08:12:00 -07:00
Benjamin Pasero
df95a55a05 builds - prevent window.open() in tests 2019-08-21 15:20:49 +02:00
Daniel Imms
68660775ab Teardown server on SIGTERM 2019-08-20 10:17:54 -07:00
Daniel Imms
64716dd3b0 Fix smoke test driver types 2019-08-20 10:17:54 -07:00
Martin Aeschlimann
815f7b05dd Localization test fails on remote smoketest. Fixes #78412 2019-08-19 13:01:26 +02:00
Daniel Imms
329f2fe76b Fix smoke tests 2019-08-16 06:39:38 -07:00
Daniel Imms
d8cb87bd21 Reduce diff 2019-08-15 08:45:30 -07:00
Daniel Imms
6e8d4cf70f Fix dispatch keybinding when called multiple times 2019-08-15 07:58:24 -07:00
Daniel Imms
173b8c5cc6 Reduce diff 2019-08-15 07:52:23 -07:00
Daniel Imms
520fac5336 Remove click code from puppeteer driver, move interfaces to common 2019-08-15 07:49:06 -07:00
Daniel Imms
221a6ca43c Fix strict error 2019-08-15 07:15:59 -07:00
Daniel Imms
414a35dcf7 Use new browser none arg 2019-08-14 15:04:35 -07:00
Daniel Imms
57c13dc0c4 Base web user data dir off normal one 2019-08-14 14:50:45 -07:00
Daniel Imms
1f8d0fced3 Teardown on sigint 2019-08-14 11:38:48 -07:00
Daniel Imms
37d8f1fd26 Register driver 2019-08-14 11:37:16 -07:00
Daniel Imms
4af418a01f Use bat on Windows 2019-08-13 12:35:22 -07:00
Daniel Imms
d5840463a3 Improve logging name 2019-08-13 11:37:26 -07:00
Daniel Imms
3db202b430 Clean up teardown code 2019-08-13 11:35:44 -07:00
Daniel Imms
27f5a327c9 Kill process when process exits 2019-08-13 11:34:02 -07:00
Daniel Imms
68f94dd8b4 Use temp user data dir 2019-08-13 11:28:29 -07:00
Daniel Imms
f4deaa16c1 Remove unused import 2019-08-13 11:19:55 -07:00
Daniel Imms
064e134c6c Launch server from tests 2019-08-13 11:19:14 -07:00
Daniel Imms
8f1c14f737 Fix naming of puppeteer driver 2019-08-13 09:48:58 -07:00
Daniel Imms
e3cc50361d Merge remote-tracking branch 'origin/master' into tyriar/puppeteer 2019-08-13 08:58:21 -07:00
Robo
c327c4fcb7 chore: Bump electron@4.2.9 (#78836) 2019-08-12 08:14:18 +02:00
Daniel Imms
7721d6e373 Support launching web smoketests in headless mode 2019-08-09 11:21:40 -07:00
Daniel Imms
b7bc156319 Remove resolved TODOs 2019-08-09 11:15:45 -07:00