Commit Graph

1483 Commits

Author SHA1 Message Date
Benjamin Pasero
fb8dc11d58
Failed IPC communication with playwright smoke tests from preload script (for #146785) 2022-04-21 18:58:44 +02:00
Benjamin Pasero
08ac1bb67c
tests - improve exclusion handling for node.js tests 2022-04-21 17:10:16 +02:00
Benjamin Pasero
a9010d094a
smoke - support retryWithRestart in web too 2022-04-19 09:03:17 +02:00
Benjamin Pasero
06e26c7a57
Do not attempt to reopen files that lead to a crash in previous session (fix #114844) 2022-04-19 07:38:32 +02:00
Benjamin Pasero
ac6b490b2d
retr (#147442) 2022-04-14 11:34:22 +02:00
Benjamin Pasero
55759234d7
preload - revert retry logic which does not seem to help 2022-04-14 08:14:40 +02:00
Benjamin Pasero
c4cdb552a5
Remove legacy smoke test driver (#147393)
* wip

* fix imports

* more lipstick

* fix?

* fix
2022-04-13 19:19:58 +02:00
Benjamin Pasero
675b8c3da0
smoke - fix compile 2022-04-13 17:37:52 +02:00
Benjamin Pasero
98d2ea4444
smoke - restore workaround for #146785 2022-04-13 17:21:40 +02:00
Benjamin Pasero
a7cdd9a391
preload - and and use invokeWithRetry (#146785) 2022-04-13 13:06:22 +02:00
Benjamin Pasero
fa8d1063f6
🆙 1.21.0 (#147348)
* 🆙 `playwright`

* fix install

* adopt latest apis

* comment
2022-04-13 08:43:17 +02:00
Benjamin Pasero
d215bada5e
smoke - more logging for shared process 2022-04-12 11:13:19 +02:00
Benjamin Pasero
9967cf2782
smoke 💄 2022-04-12 08:17:52 +02:00
Benjamin Pasero
12500e46ac
properly skip unit test (#137853) 2022-04-11 17:02:34 +02:00
Benjamin Pasero
84d6b4a12a
smoke - enable more logging for #146800 2022-04-11 10:34:47 +02:00
Benjamin Pasero
497a035770
smoke - properly pick suite name 2022-04-10 10:13:07 +02:00
Benjamin Pasero
e358a02a35
smoke - also screenshot on failure 2022-04-09 13:55:56 +02:00
Benjamin Pasero
d9db5d10ec
smoke - try to fix terminal tests and partition logs path per suite 2022-04-09 13:38:59 +02:00
Benjamin Pasero
7e5180fb34
Remote extension host does not respect trace log (fix #146897) 2022-04-08 19:36:12 +02:00
Benjamin Pasero
9a8fa5f014
revert 2022-04-08 19:12:34 +02:00
Benjamin Pasero
af6bfd1352
smoke - bring back ext tests with retry for now to have coverage (#146800) 2022-04-08 12:33:52 +02:00
Martin Aeschlimann
cc47c60e96
testresolver: set log level with TESTRESOLVER_LOG_LEVEL. For #146897 2022-04-08 10:41:36 +02:00
Benjamin Pasero
b6fc6eae3b
skip terminal tests (#147063) 2022-04-08 10:32:00 +02:00
Benjamin Pasero
80c13ff14f
smoke - try to mitigate hanging close (#146803) 2022-04-07 17:48:59 +02:00
Benjamin Pasero
acc4c50ffa
smoke - skip flaky tests (#146800) 2022-04-06 19:36:17 +02:00
Benjamin Pasero
8e8b3026fc
tests - reduce spam and work 2022-04-06 19:34:41 +02:00
Benjamin Pasero
18377e6ee2
smoke - allow to enable verbose vscode logs and enable for now 2022-04-06 10:41:22 +02:00
Benjamin Pasero
fd7efbee45
smoke - cleanup some file names 2022-04-05 19:21:29 +02:00
Benjamin Pasero
16b97e6846
smoke - better use of tree-kill 2022-04-05 19:08:33 +02:00
Benjamin Pasero
7c31267b20
smoke - mitigate #146785 2022-04-05 18:03:36 +02:00
Benjamin Pasero
66c9155d93
smoke - skip install and enable vscode-smoketest-check extension in remote (#146800) 2022-04-05 17:31:10 +02:00
Benjamin Pasero
9a78ee3b1a
unit - skip all tests for test component in node 2022-04-05 17:27:24 +02:00
Benjamin Pasero
690a9c0f8d
smoke - adopt repo changes 2022-04-05 17:19:53 +02:00
Benjamin Pasero
2684fb1e00
smoke - logging 💄 2022-04-05 13:22:46 +02:00
Benjamin Pasero
e58cad64a9
smoke - add refs to #146811 2022-04-05 11:49:52 +02:00
Benjamin Pasero
a90f57b4a9
smoke - skip terminal tests in desktop 2022-04-05 11:47:29 +02:00
Benjamin Pasero
6508a29d23
smoke - more verbose logging on windows 2022-04-05 09:17:17 +02:00
Benjamin Pasero
a99a8711af
skip flaky terminal smoke test (#146796) 2022-04-05 08:40:07 +02:00
Benjamin Pasero
17a7edb8bb
smoke - remove some unused methods from driver 2022-04-05 08:04:40 +02:00
Inclusive Coding Bot
4983226088
Switch to gender neutral terms (#146371)
* Switch to gender neutral terms

* Update testrunner.js

* Update fileSearchManager.ts

* Update fileSearch.ts

* Update fileSearch.ts

Co-authored-by: inclusive-coding-bot <inclusive-coding-bot@github.com>
2022-04-04 16:22:09 -07:00
Jackson Kearl
ee8535e777
Fix #124335 2022-04-04 12:48:12 -07:00
Benjamin Pasero
0390d4f2a4
smoke - try to use locator API for window ready 2022-04-04 15:47:21 +02:00
Benjamin Pasero
44aea76875
💄 2022-04-04 15:47:21 +02:00
Benjamin Pasero
f707fd3b09
smoke - run legacy tests again, do not fail new playwright tests for a while to figure out flakiness 2022-04-04 15:03:17 +02:00
Benjamin Pasero
65bfe1ef11
smoke - enable multi root tests in web 2022-04-04 13:47:43 +02:00
Benjamin Pasero
2ada17080c
Use playwright for desktop smoke tests (#146692)
* Use `playwright` for desktop smoke tests

* fix distro issues

* tests - enable prefs tests for web
2022-04-04 10:13:08 +02:00
Connor Peet
6fcf02f29a
testing: re-enable possibly fixed tests 2022-04-01 13:20:50 -07:00
Tyler Leonhardt
e3d1bab639
update minimist in smoke tests 2022-03-29 11:53:20 -07:00
Charles Gagnon
8da408454c
Update coverage folder location
The coverage folder isn't generated at the root of the workspace, it's put in the `.build` folder currently.
2022-03-21 10:55:03 -07:00
Robo
b4b5c4d979
ci: fix published server arhive name on macOS (#145509) 2022-03-21 06:29:24 -07:00