Dmitry Gozman
b623934b2b
chore: remove expectZone
...
This turns expect zones into step zones to avoid handling them specially.
The only observable difference is that `expect.toPass()` and `expect.poll()`
are now reported as a step with `category: 'step'` instead of `category: 'expect'`.
This actually better reflects reality, because these expects are
retriable steps that execute other expects inside, as seen from the tests.
2025-01-16 11:59:20 +00:00
Yury Semikhatsky
00bb17751b
chore: delete recorder in traceviewer experiment ( #34347 )
2025-01-15 17:37:33 -08:00
Yury Semikhatsky
8d39c44b69
docs: improve toHaveClass paramter description ( #34345 )
2025-01-15 14:38:34 -08:00
Yury Semikhatsky
07f425434d
chore(bidi): support ControlOrMeta key ( #34341 )
2025-01-15 13:23:44 -08:00
Yury Semikhatsky
224d7bf847
fix(docker): install gpg on slim images ( #34340 )
2025-01-15 12:03:19 -08:00
Dmitry Gozman
4d55d3039a
chore: better error message when CSS selector fails to parse ( #34331 )
2025-01-15 11:34:51 -08:00
Dmitry Gozman
aeec0c0e36
fix(test runner): esm loader in old Node versions ( #34330 )
2025-01-15 14:45:10 +00:00
Yury Semikhatsky
275f334b58
chore(step): remove step.fail and step.fixme, add step.skip ( #34326 )
2025-01-14 17:43:47 -08:00
Julian Descottes
0869195ba4
chore(bidi): Stop dividing BiDi network event timings by 1000 ( #34324 )
2025-01-14 15:27:49 -08:00
Yury Semikhatsky
8699d3b9c5
test(bidi): create inspected page before initializing recorder ( #34323 )
2025-01-14 14:57:42 -08:00
Pavel Feldman
b0f0a2951a
docs: improve aria overload docs ( #34319 )
2025-01-13 18:25:57 -08:00
Pavel Feldman
ad365c3bc3
chore: include child nodes when parsing snapshot ( #34318 )
2025-01-13 18:25:41 -08:00
Pavel Feldman
fe96104ce2
docs: clarify updateSourceMethod ( #34314 )
2025-01-13 18:25:32 -08:00
Rui Figueira
9a9d22af44
feat(codegen): include framePath in jsonl format ( #34310 )
2025-01-13 17:32:26 -08:00
Playwright Service
dfe80bb888
feat(firefox): roll to r1471 ( #34309 )
2025-01-13 17:26:26 -08:00
Yury Semikhatsky
2b2e84971f
chore(bidi): use original key name when computing bidi value ( #34317 )
2025-01-13 17:22:00 -08:00
Playwright Service
d2e7ad38d5
feat(firefox-beta): roll to r1467 ( #34303 )
2025-01-13 13:58:34 -08:00
Julian Descottes
454b6f938d
test(bidi): Update browserName used for har file tests when using bidi ( #34313 )
2025-01-13 13:56:00 -08:00
Playwright Service
6b73ec6092
feat(webkit): roll to r2123 ( #34260 )
2025-01-13 13:53:18 -08:00
Zachary Blackwood
f74a4d55cd
Fix typo "fore" -> "for" ( #34315 )
2025-01-13 12:30:19 -08:00
Simon Knott
a33659f2a8
chore: move attachments link to step body ( #34196 )
2025-01-13 10:07:54 +01:00
Playwright Service
19c935cde7
feat(firefox): roll to r1470 ( #34304 )
2025-01-13 09:05:33 +03:00
Pavel Feldman
6179b5b1d7
chore: allow matching aria snapshot in trace viewer ( #34302 )
2025-01-11 10:14:21 -08:00
Pavel Feldman
0c8a6b80fb
chore: consolidate aria parser in isomorphic bundle ( #34298 )
2025-01-10 15:32:35 -08:00
Andrey Lushnikov
4bb464197f
test: unflake a few trace-viewer tests ( #34299 )
2025-01-10 14:57:50 -08:00
Andrey Lushnikov
2cd5003062
test: fix "should capture navigation" flakiness on firefox-headed ( #34291 )
2025-01-10 13:51:28 -08:00
Yury Semikhatsky
423005a7ab
chore(bidi): create parent dir for report.csv ( #34294 )
2025-01-10 13:43:43 -08:00
Dmitry Gozman
f0a3a15e93
chore: explicitly reset apiZone instead of everything ( #34265 )
2025-01-10 20:15:05 +00:00
Dmitry Gozman
1f2eb499d2
fix(aria snapshots): normalize whitespace ( #34285 )
2025-01-10 19:31:47 +00:00
Julian Descottes
4f3a5e2133
chore(bidi): Fix handling of cookie headers in network.continueRequest ( #34277 )
2025-01-10 11:06:26 -08:00
Julian Descottes
ca94291ab7
chore(bidi): Handle headers properly in BiDi network.continueRequest ( #34268 )
2025-01-10 10:15:38 -08:00
Henrik Skupin
89172175d6
Improve WebDriver BiDi key codes ( #34286 )
2025-01-10 09:19:28 -08:00
Adam Gastineau
a2e2dfd446
feat: Enable snapshots for most remaining public commands ( #34072 )
2025-01-10 05:04:44 -08:00
Dmitry Gozman
b32d546159
test: attempt to unflake vscode highlight tests ( #34267 )
2025-01-10 09:52:39 +00:00
Simon Knott
75d2661497
docs: fix android launchBrowser.pkg option ( #34262 )
2025-01-10 10:51:29 +01:00
Pavel Feldman
13bdd3c92f
feat(toBeChecked): allow indeterminate expectation ( #34269 )
2025-01-09 18:18:15 -08:00
Yury Semikhatsky
37c2569eb2
fix(inspector): do not start recording by default ( #34276 )
2025-01-09 14:58:41 -08:00
Yury Semikhatsky
cd9d02faf9
chore: remove setAutoCloseAllowed ( #34273 )
2025-01-09 14:16:01 -08:00
Yury Semikhatsky
201fc48cf0
chore(bidi): write custom expectations only for timing out tests ( #34270 )
2025-01-09 11:10:14 -08:00
Alexandra Borovova
c465e21161
chore(bidi): add missing canonical screenshots for tests running with Firefox and WebDriver BiDi ( #34257 )
2025-01-09 10:36:59 -08:00
Adam Gastineau
01ba528904
fix: Prepare CI to properly run Electron on ubuntu-latest (24.04) ( #34238 )
2025-01-09 06:34:59 -08:00
Playwright Service
9b58e4a93a
chore(driver): roll driver to recent Node.js LTS version ( #34261 )
2025-01-09 13:53:41 +03:00
Ben Hovinga
9f32c858e0
Fix typo ( #34225 )
2025-01-08 11:22:41 -08:00
Yury Semikhatsky
edfbab2a79
fix: dispatch touch events in webkit ( #34250 )
2025-01-08 11:06:30 -08:00
Dmitry Gozman
7ee7e018fa
chore: update chrome extensions doc and tests ( #34236 )
2025-01-08 17:24:29 +00:00
JustasM
d6d5944797
fix(ui): fix washed out dropdown colors in dark mode ( #34186 )
2025-01-08 06:14:22 -08:00
Adam Gastineau
ada68cd6f0
feat(trace-viewer): Add setting for display canvas content in snapshots ( #34010 )
2025-01-08 05:08:00 -08:00
Yury Semikhatsky
ff9242104b
docs: touch events emulation guide ( #34201 )
2025-01-07 16:47:00 -08:00
Yury Semikhatsky
6fb6282a9d
chore(bidi): propertly dispatch ControlRight key event ( #34246 )
2025-01-07 16:46:44 -08:00
Yury Semikhatsky
809225503c
docs: remove note about DataTrander limited availability ( #34243 )
2025-01-07 15:42:10 -08:00