Commit graph

873 commits

Author SHA1 Message Date
isidor
8f90e851c5 remode debug smoke tests 2020-02-04 16:14:02 +01:00
Benjamin Pasero
a15803b9e7 smoke test - add attribute for tabs to simplify lookup 2020-02-04 14:50:53 +01:00
Benjamin Pasero
cfc452e466 smoketest - use element ID for status item selectors 2020-02-04 14:50:53 +01:00
Alex Ross
0b312b08f2 CSS smoketest fix for high DPI on Windows
@sandy081 and @joaomoreno
2020-02-03 12:50:27 +01:00
Sandeep Somavarapu
4fac3e22c5 remove the timeout 2020-02-03 11:49:10 +01:00
Daniel Imms
547cf4e81f
Run smoke tests against actual build (#83799)
* Run web against actual server

Part of #80308

* Fix strict null check errors

* Fix folder arg

* Disable unit tests and integration tests temporarily

* Allow running on node 12

* Fix smoke test condition

* Disable continue on error

* Add web to server dir

* fix smoke test to use build for web

* enable in product build

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-02-03 11:26:55 +01:00
Benjamin Pasero
d6eb50caa4
Smoke-Test: Hot-exit / dataloss tests broken (#89905)
* smoke test - carefuly select untitled content based on file name to find it properly

* Fileservice: mkdirp() logic is prone to errors from race conditions (fixes #89834)
2020-02-03 09:38:03 +01:00
Sandeep Somavarapu
39e290dbbc Fix #89796 2020-02-03 09:36:08 +01:00
Rob Lourens
f550dcc7ba Fix search smoketest - use span for all searchview messages and fix selector
Fix #89795
2020-01-31 09:32:52 -08:00
Joao Moreno
9bec0160f6
fixes #86474 2020-01-23 11:41:00 +01:00
Alexandru Dima
4e5a05c3fd
Don't instrument any test code for coverage (#86608)
Don't instrument any test code for coverage
2020-01-14 11:10:51 +01:00
Alexandru Dima
31ef68ff7c
Adopt latest istanbul libraries 2020-01-14 11:09:29 +01:00
Charles Gagnon
34c591eeb3
Don't instrument any test code for coverage 2019-12-09 09:37:52 -08:00
isidor
0fae04b8a2 fixes #78384 2019-12-05 14:21:50 +01:00
Sandeep Somavarapu
121a3425a4
Merge branch 'master' into master 2019-11-27 22:16:40 +01:00
Joao Moreno
83b1a1c2ac
splitview: use TLayoutContext
gridview: propagate top, left in layout
2019-11-27 15:27:24 +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
Alex Ross
4235c7f076 Fix Go To Definition smoketest
Fixes #85276
2019-11-21 09:58:10 +01:00
Miguel Solorio
bb4fefc959 Merge remote-tracking branch 'origin/master' into misolori/icon-font-breakpoints 2019-11-14 07:59:06 -08:00
Miguel Solorio
a0316e3b30 Update breakpoint glyph name in automation test 2019-11-13 21:18:43 -08:00
Joao Moreno
48af7ba677
fixes #84455 2019-11-13 10:40:09 +01:00
Miguel Solorio
6b43b2cb5e Update breakpoints to codicons 2019-11-08 14:43:12 -08:00
Jason Ginchereau
5c2e24f6ad Remove extra step from readme 2019-11-06 16:26:55 -08:00
Jason Ginchereau
55e06a7080 Add prepare script to package.json 2019-11-06 16:26:55 -08:00
Jason Ginchereau
dd90a90a60 Fix minor packaging issues in automation lib 2019-11-04 12:03:51 -08:00
Benjamin Pasero
ea89eb903f fix #83805 2019-11-01 09:15:35 +01:00
Daniel Imms
c8846de84a Fix debug smoke tests
Fixes #83801
2019-10-31 18:06:10 -07:00
Christof Marti
a5837a8eb3 Update https-proxy-agent (#83647) 2019-10-30 10:43:23 +00: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
Miguel Solorio
11941aa090 Merge remote-tracking branch 'origin/master' into misolori/icon-font 2019-10-16 14:52:52 -07:00
Miguel Solorio
2205002a2c Fix icon ref in problems view automation tests
FYI @sandy081
2019-10-16 14:49:46 -07:00
Miguel Solorio
42d4a3b5c8 Replace 'Octicon' refs with 'Codicon' 2019-10-16 11:38:15 -07:00
Benjamin Pasero
23956cc5e2 update to electron 6.0.x (#81644)
* update to electron 6.0.x

* chore: bump electron@6.0.12
2019-10-10 12:26:28 -07: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
f137abf254 Update distro, fix web smoke test folder 2019-10-02 16:14:14 -07:00
Daniel Imms
615e262789 Fix git smoke tests 2019-10-02 14:46:35 -07:00
Daniel Imms
e28affc16b Fix preferences smoke tests 2019-10-02 14:07:08 -07:00
Daniel Imms
e568cf539c Fix search smoke tests 2019-10-02 14:03:36 -07:00
Martin Aeschlimann
74ac7b8520 smoke: update mocha 2019-09-30 22:58:57 +02:00
Benjamin Pasero
da76f05e7a electron - revert to Electron 4 2019-09-30 14:55:17 +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
Miguel Solorio
6856708e74 Adopt icon font in search viewlet 2019-09-23 11:02:02 -07:00
Miguel Solorio
663b07c8e9 Update icon ref to codicon 2019-09-16 19:38:39 -07:00
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