14720 Commits

Author SHA1 Message Date
Dmitry Gozman
191d912f20
feat(firefox): support custom policies.json (#35926) 2025-05-14 09:38:24 +01:00
microsoft-playwright-automation[bot]
807f3c5a30
feat(webkit): roll to r2170 (#35942)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-14 10:17:14 +02:00
Adam Gastineau
854534cdfe
fix(trace): avoid recording BindingCall actions (#35851) 2025-05-13 05:28:14 -07:00
Simon Knott
26c13ab98d
docs: secrets doc (#35939) 2025-05-13 11:42:57 +02:00
Yury Semikhatsky
d8193ca947
devops: consolidate build.js files (#35935) 2025-05-12 19:22:14 -07:00
Yury Semikhatsky
f38ee4e212
test: document third-party cookie behavior (#35918) 2025-05-12 16:09:14 -07:00
Yury Semikhatsky
a48a3ad6fa
devops: run npm ci steps in parallel (#35915) 2025-05-12 09:40:16 -07:00
Max Schmitt
a772275765
test: skip firefox reference test on Firefox (#35931) 2025-05-12 16:46:12 +02:00
Dmitry Gozman
ec3e13b960
test: keepalive and workers fetch when offline (#35927) 2025-05-12 10:36:01 +01:00
Rui Figueira
cd32b0a231
Fix TypeError in codegen (#35921) 2025-05-12 09:28:44 +02:00
Yusuke Iwaki
d476f1d3b4
docs: fix example codes of toContainClass to work (#35903) 2025-05-12 09:24:51 +02:00
microsoft-playwright-automation[bot]
44e812f67b
feat(firefox): roll to r1484 (#35913)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-11 19:38:24 +02:00
microsoft-playwright-automation[bot]
e619c0d819
feat(firefox-beta): roll to r1480 (#35912)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-11 19:38:03 +02:00
Pavel Feldman
a6b4b222ed
chore: upstream the frame tree snapshot (#35917) 2025-05-09 16:15:16 -07:00
Yury Semikhatsky
4166fd2bbd
devops: preserve output in watch mode (#35916) 2025-05-09 14:40:02 -07:00
Yury Semikhatsky
c5c9cca5ef
devops: custom watch for bundle esbuild steps (#35914) 2025-05-09 12:19:44 -07:00
Pavel Feldman
9de2bd49e4
Revert "chore: upstream the frame tree snapshot" (#35911) 2025-05-09 11:28:25 -07:00
Max Schmitt
dee0535480
chore: fix SIGINT handling in watch mode (#35910) 2025-05-09 18:06:00 +02:00
Max Schmitt
64c553bb71
chore(build): fix MaxListenersExceededWarning during build (#35905) 2025-05-09 17:01:03 +02:00
microsoft-playwright-automation[bot]
d3a67559e8
feat(firefox-beta): roll to r1479 (#35907)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-09 14:09:24 +02:00
microsoft-playwright-automation[bot]
06e766dd3c
feat(firefox): roll to r1483 (#35906)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-09 14:09:13 +02:00
Max Schmitt
d178b4dbaf
devops: fix crash in build.js watch mode with SyntaxError (#35904) 2025-05-09 14:08:50 +02:00
Pavel Feldman
0876b99a4d
chore: upstream the frame tree snapshot (#35902) 2025-05-08 15:18:28 -07:00
Pavel Feldman
3196aff329
chore: experiment with stable aria refs (#35900) 2025-05-08 13:25:39 -07:00
Yury Semikhatsky
7850c15e0e
devops: do not run npm ci when generating 3d party notice (#35899) 2025-05-08 13:13:06 -07:00
Pavel Feldman
263453a7b2
chore: relax the visibility test for ai snapshots (#35898) 2025-05-08 13:04:15 -07:00
Yury Semikhatsky
1d181ae608
devops: get rid of fd-slicer dependency and esbuild plugin hack (#35895) 2025-05-08 11:48:18 -07:00
Pavel Feldman
4facda5f22
chore: use given cdp port for communicating chrome (#35759) 2025-05-08 11:02:55 -07:00
Dmitry Gozman
33f811b2ae
fix(role): support alternative text in CSS content property (#35878) 2025-05-08 18:42:13 +01:00
Pavel Feldman
f89d0ae870
chore: make refs & emitGeneric private for mcp (#35888) 2025-05-08 08:33:10 -07:00
Yury Semikhatsky
6c4e9fba9d
devops: update build.js to have single run method for all kinds of steps (#35886) 2025-05-08 08:29:01 -07:00
Yury Semikhatsky
3cf6fa2db4
fix: bundles watch mode (#35887) 2025-05-07 17:12:38 -07:00
Julian Descottes
2dab895905
test(bidi): enable two page-request-continue tests (#35861) 2025-05-07 14:44:55 -07:00
Yury Semikhatsky
bd76f7b1a0
devops: save battery by using chokidar instead of esbuild watch (#35867) 2025-05-07 14:33:50 -07:00
Yury Semikhatsky
83c5ee74da
fix(bidi): do not report internal pages (#35865) 2025-05-07 14:23:16 -07:00
Alexandra Borovova
74aa1f0385
fix(bidi): Fix reset geolocation override. (#35871) 2025-05-07 10:01:34 -07:00
Yury Semikhatsky
01136634c1
chore(build): move command step logic into its own class (#35868) 2025-05-07 09:54:26 -07:00
Max Schmitt
570a8aafe8
fix(mouse): set PointerEvent.pressure (#35847) 2025-05-07 17:59:35 +02:00
Max Schmitt
d447945971
chore: adjust minimal version for ESM usage (#35872) 2025-05-07 11:17:19 +02:00
microsoft-playwright-automation[bot]
70a5c110d3
feat(chromium-tip-of-tree): roll to r1329 (#35862)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-07 10:21:48 +02:00
microsoft-playwright-automation[bot]
722a6ea5e5
feat(webkit): roll to r2169 (#35866)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-07 10:09:38 +02:00
Adam Gastineau
00429efc4a
docs(tracing): clarify diff between test tracing and context.tracing (#35852) 2025-05-06 11:25:33 -07:00
microsoft-playwright-automation[bot]
8e08fdb52c
feat(chromium): roll to r1172 (#35858)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-06 14:26:08 +02:00
Akshay Pilankar
2bed5a8e84
fix: avoid broken URL in reporter message (#35805)
Signed-off-by: Akshay Pilankar <37570243+akshaypilankar@users.noreply.github.com>
2025-05-06 09:59:35 +01:00
microsoft-playwright-automation[bot]
a84ba4db69
feat(webkit): roll to r2168 (#35855)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-06 10:17:55 +02:00
Adam Gastineau
9d2f64c8d4
chore(html): normalize header between views (#35804) 2025-05-05 11:40:09 -07:00
Dmitry Gozman
2c2da8a0aa
chore: consolidate snapshot path logic into TestInfo (#35752) 2025-05-05 16:59:37 +01:00
Adam Gastineau
eaedc6fda3
fix(ui-mode): prevent OOM crash when DEBUG logging enabled (#35827) 2025-05-05 08:10:46 -07:00
microsoft-playwright-automation[bot]
eca0730607
feat(webkit): roll to r2167 (#35849)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-05 12:14:10 +02:00
microsoft-playwright-automation[bot]
5546fbb805
feat(webkit): roll to r2166 (#35840)
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-05-05 10:52:45 +02:00