isidor
0fae04b8a2
fixes #78384
2019-12-05 14:21:50 +01:00
ryenus
d75f90976b
fix typo: consecutive-word duplications
...
This fixes unintentional duplications of words, such as `the the`, and
`can can` etc. I also take the chance to make a few wording tweaks to
avoid suspicious duplications.
2019-11-27 11:07:06 +08:00
Johannes Rieken
266f78096e
remove smoke test for find ref, rename, goto, and peek, #85377
2019-11-22 11:36:13 +01:00
Jason Ginchereau
5c2e24f6ad
Remove extra step from readme
2019-11-06 16:26:55 -08:00
Benjamin Pasero
ea89eb903f
fix #83805
2019-11-01 09:15:35 +01:00
Benjamin Pasero
ca22de4b17
debt - bump node.d.ts dependency in extensions to 12.x (part of #82514 )
2019-10-28 08:11:47 +01:00
João Moreno
229df29bc9
Update README.md
2019-10-03 09:03:13 +02:00
Joao Moreno
925f3ab1a0
fixes #81871
2019-10-03 08:51:05 +02:00
Daniel Imms
615e262789
Fix git smoke tests
2019-10-02 14:46:35 -07:00
Martin Aeschlimann
74ac7b8520
smoke: update mocha
2019-09-30 22:58:57 +02:00
Dmitry Gozman
367a5a0c59
Improve LinkDetector
...
- recognizes web urls;
- checks that file path exists;
- supports relative to workspace root paths (./foo);
- supports relative to home dir paths (~/foo);
- optional line/column;
- smoke test.
2019-09-24 13:19:52 -07: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
Jason Ginchereau
3d08742789
Add automation to root postinstall script
2019-09-09 09:30:34 -07: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
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
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