Commit Graph

458 Commits

Author SHA1 Message Date
Martin Aeschlimann
f14e091212 fix smoke test after problems view css change 2019-06-17 12:08:26 +02:00
Benjamin Pasero
3ae69da3a5 status - incremental updates 2019-06-11 09:59:01 +02:00
Waldir Pimenta
f3e4e47164 Fix spelling of the example abbreviation (e.g.) 2019-06-05 16:00:26 +02:00
Martin Aeschlimann
66280104a9 [smoke] workaround for #74875 2019-06-05 12:31:50 +02:00
Martin Aeschlimann
be547e26fc fixes for remote smoke tests against a build 2019-06-05 09:38:02 +02:00
Johannes Rieken
c9344059ca fix #74702 2019-06-03 11:08:33 +02:00
Benjamin Pasero
959246744b status - simplify by not needing element ID 2019-05-28 18:20:56 +02:00
Benjamin Pasero
8c35807271 status bar - adopt octicons for problems (#74285) 2019-05-28 17:54:01 +02:00
Martin Aeschlimann
90cfe12a63 Add vscode-test-resolver 2019-05-22 16:41:26 +02:00
Sandeep Somavarapu
c77ec582b0 - Remove undefined in the aria label
- Search extension by id
2019-04-30 11:42:32 +02:00
Daniel Imms
0b3bfd9598 More arguments for test 2019-04-10 22:32:45 +02:00
Sandeep Somavarapu
01470fbca3 Fix #71319 2019-03-28 12:52:25 +01:00
Rob Lourens
47d76f154d Fix search smoke test 2019-03-22 18:36:50 +00:00
Rob Lourens
fa1c88a4e1 Disable extensions in smoketest 2019-03-22 18:10:39 +00:00
isidor
5595925f93 fixes #70423 2019-03-22 17:09:08 +01:00
Daniel Imms
e0c0e08569 Add extra timeout to squash flakiness 2019-03-22 08:53:33 -07:00
isidor
37b76b0889 debug: transform actions to commands and contribute them properly 2019-03-19 15:46:24 +01:00
Dirk Baeumer
4eb16c20fc Reenable localization smoke tests. 2019-03-18 21:19:10 +01:00
Benjamin Pasero
4412367554 fix #70017 2019-03-15 18:54:22 +01:00
Rob Lourens
cceda8e2f2 Fix #70389 - fix search smoke test 2019-03-13 18:55:30 +00:00
Joao Moreno
7b8af7a5ab adopt latest smoketest changes 2019-03-13 11:56:07 +01:00
Dirk Baeumer
406f066218 Disable localization tests due to refactorings 2019-02-27 12:34:01 +01:00
João Moreno
9bdcd610ed Merge pull request #65941 from Microsoft/kieferrm/smoke-test-shutdown
Gentle shutdown of application in smoke test
2019-01-07 10:07:11 +01:00
Rob Lourens
ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Kai Maetzel
26ed89df8a offer exit on driver 2019-01-02 17:38:52 -08:00
kieferrm
38e7a68c16 fix smoke test 2019-01-02 13:31:37 -08:00
kieferrm
df5a295484 adapt smoke test to changes in settings 2019-01-02 11:48:49 -08:00
kieferrm
fa5306d67b fix smoke test 2019-01-02 11:17:01 -08:00
Johannes Rieken
ca773cb3f2 fix #64830 2018-12-12 15:48:20 +01:00
isidor
89a775140e update debug smoke test css for list
fixes #64832
2018-12-12 11:02:20 +01:00
Joao Moreno
a901902ce6 remove TPromise.wrapError
related to #63897
2018-12-10 11:33:41 +01:00
Rob Lourens
2337790398 Fix search smoketest 2018-11-27 09:59:43 -08:00
Joao Moreno
9ee7aa35c2 fix smoke test 2018-11-19 10:22:06 +01:00
Joao Moreno
09bd9f7dee fix smoketest: find all references 2018-11-16 16:27:34 +01:00
Alex Dima
b60903d3c2 Remove no longer necessary 'use strict' 2018-11-07 19:55:44 +01:00
Joao Moreno
c49207f9a3 fix localization smoketest 2018-11-02 15:30:05 +01:00
Joao Moreno
deadcd4d47 fix smoke tests 2018-10-18 14:59:23 -07:00
Rob Lourens
cdabfc35e0 Fix search smoketest 2018-10-12 17:42:13 -07:00
isidor
bac5061d61 smoke test: fix debug failing test 2018-09-26 12:18:15 +02:00
Sandeep Somavarapu
138acafed8 Fix #58858 2018-09-24 10:33:34 +02:00
isidor
f8092f7573 debugActionsWidget -> debugToolbar 2018-09-19 16:06:58 +02:00
isidor
2adc5cccce debug.ts -> debugSmoke.ts to avoid duplicate names 2018-09-19 12:27:53 +02:00
Sandeep Somavarapu
5eb9eb9474 Fix #58583 2018-09-13 16:39:28 +02:00
Sandeep Somavarapu
c6cc8127bd Fix #58060 2018-09-12 15:23:05 +02:00
Joao Moreno
1914120000 remove cp 2018-09-11 17:29:46 +02:00
Joao Moreno
44572b18ea smoke: cleanup workspaceOrFolder 2018-09-11 17:29:24 +02:00
Joao Moreno
c29fef0aa0 smoke: cleanup multiroot tests 2018-09-11 17:29:24 +02:00
Benjamin Pasero
a4bf919e59 Cleanup bootstrap files (#58171)
* bootstrap  - first cut

* bootstrap => bootstrap-fork, bootstrap-shared => bootstrap

* bootstrap - extract uriFromPath()

* bootstrap - extract readfile/writefile

* bootstrap - share more code when loading renderers

* boostrap-electron-browser => bootstrap-window

* bootstrap - cleanup main.js

* bootstrap - handle index.js

* bootstrap 💄
2018-09-07 12:23:09 +02:00
Alex Dima
c36258d23f Use const enums (to inline their values in JS) 2018-09-06 20:39:19 +02:00
Sandeep Somavarapu
554eb6e796 Revert "Fix #58060"
This reverts commit 7de4737b36.
2018-09-06 17:58:30 +02:00