microsoft-playwright-automation[bot]
1a595e1562
feat(chromium): roll to r1170 ( #35691 )
...
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-04-22 15:22:32 +02:00
Simon Knott
2e11d4c452
chore: remove fix-with-ai experiment ( #35690 )
2025-04-22 13:24:30 +02:00
Pavel Feldman
11f2ce7d3b
revert( #35684 ): select options can be invisible ( #35687 )
2025-04-21 18:37:37 -07:00
Pavel Feldman
7ec70c61d7
feat(aria): emit generic nodes ( #35686 )
2025-04-21 17:36:10 -07:00
Pavel Feldman
bd89ddaca4
chore(breaking): do not include hidden elements in aria snapshot ( #35684 )
2025-04-21 16:07:14 -07:00
microsoft-playwright-automation[bot]
fcfb61ab26
feat(webkit): roll to r2160 ( #35665 )
...
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-04-18 17:10:12 +02:00
Yury Semikhatsky
303901d7a5
chore(bidi): implement permissions API ( #35662 )
...
Limitations due to current Bidi protocol:
- Cannot revert to the browser default permission (before override). So when the client calls clearPermissions
we always set the permission to `prompt` which is not necessarily what the browser had before the override.
- `*` pattern is not supported. Most clients don't want to do fine grained permission control in their tests.
2025-04-17 13:00:45 -07:00
Jonathan Berger
3032513e92
docs: Update intro-js.md ( #35658 )
2025-04-17 10:39:07 -07:00
Adam Gastineau
2dda48c9f0
fix(dev): properly pass HMR HTML reporter message when React devtools installed ( #35657 )
2025-04-17 09:42:25 -07:00
Max Schmitt
5ceb61c497
chore: roll stable-test-runner to 1.52.0-beta-1744901303000.tgz ( #35654 )
2025-04-17 17:43:17 +02:00
Max Schmitt
939aa16f77
fix(gha-reporter): follow-up for multiple jobs ( #35656 )
2025-04-17 17:33:59 +02:00
Max Schmitt
7bf770143c
fix(gha-reporter): minimize only relevant comments ( #35648 )
2025-04-17 16:40:50 +02:00
Max Schmitt
aef47744df
chore: add v1.52 release notes ( #35633 )
2025-04-17 16:40:06 +02:00
Simon Knott
36a628d902
fix: expect.poll type with custom matcher ( #35651 )
2025-04-17 16:11:06 +02:00
Adam Gastineau
2ece112cb3
chore(build): add --install watch flag for automatic browser install ( #35639 )
2025-04-17 05:19:48 -07:00
Adam Gastineau
53abf161b0
chore: completely remove annotation warnings code ( #35637 )
2025-04-17 05:19:14 -07:00
Max Schmitt
5e3e29f7d2
docs(test-assertions): fix docs build ( #35649 )
2025-04-17 13:47:36 +02:00
microsoft-playwright-automation[bot]
b1a72febc1
feat(chromium-tip-of-tree): roll to r1322 ( #35581 )
...
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-04-17 11:14:46 +02:00
microsoft-playwright-automation[bot]
68cfaacd39
feat(webkit): roll to r2159 ( #35644 )
2025-04-17 11:14:24 +02:00
Pavel Feldman
0109882a66
docs: add example w/ params for locator.evaluate ( #35645 )
2025-04-16 19:34:56 -07:00
Adam Gastineau
039e87f5cb
fix(blob): properly communicate attachments through blob merges ( #35517 )
2025-04-16 13:03:45 -07:00
J Garcia
37a9535a27
docs: fix grammar in fixtures page ( #35590 )
2025-04-16 10:00:05 -07:00
Pavel Feldman
e4a9684ffe
chore: fix typos in aria docs ( #35636 )
2025-04-16 09:23:36 -07:00
Max Schmitt
cd0b053165
chore: update browser_patches to b4f706670 ( #35634 )
2025-04-16 18:12:33 +02:00
Marcin Szafranek
8772389000
docs(test-assertions): document soft assertions with expect.poll ( #35619 )
2025-04-16 08:33:36 -07:00
Simon Knott
7c65d5e81e
fix(tele): don't spread buffer ( #35632 )
2025-04-16 16:37:34 +02:00
Dmitry Gozman
9b6176d709
chore: update generateDotNetApi ( #35629 )
2025-04-16 12:42:21 +01:00
Yury Semikhatsky
61fc320053
chore: fix detection of bot comments after migrating to graphql ( #35626 )
2025-04-15 14:28:11 -07:00
Yury Semikhatsky
224667e9ff
chore(bidi): support geolocation emulation ( #35624 )
2025-04-15 14:02:32 -07:00
Adam Gastineau
09529e9275
Revert "chore: add location named property to annotations ( #35373 )" ( #35620 )
2025-04-15 11:17:21 -07:00
Simon Knott
cb2d94e467
chore: refactor error context ( #35613 )
2025-04-15 17:29:07 +02:00
Adam Gastineau
78600c60f8
chore: temporarily disable floating promise warning messages v2 ( #35603 )
2025-04-15 07:28:55 -07:00
Max Schmitt
47ad692952
chore: mark 1.53.0-next ( #35615 )
2025-04-15 14:07:49 +02:00
Simon Knott
76ee48dc9d
chore: followup on static annotations ( #35579 )
...
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-04-15 09:07:42 +02:00
Yury Semikhatsky
d79bb57ac1
chore(bidi): rename bidi-firefox-stable to moz-firefox channel ( #35611 )
2025-04-14 17:30:00 -07:00
Pavel Feldman
6262a1264f
chore: retry selecting option for the notconnected case ( #35610 )
2025-04-14 16:51:08 -07:00
Yury Semikhatsky
2a3f1cbf8a
chore: use graphql for queries and mutations in GHA markdown reporter ( #35609 )
2025-04-14 15:39:31 -07:00
microsoft-playwright-automation[bot]
be7f774813
feat(webkit): roll to r2158 ( #35606 )
...
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-04-14 23:14:13 +02:00
microsoft-playwright-automation[bot]
01d176972a
feat(webkit): roll to r2157 ( #35604 )
...
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-04-14 21:35:39 +02:00
Marcin Szafranek
32d0cefc49
feat(cli): add paper format option for PDF generation ( #35589 )
2025-04-14 12:26:33 -07:00
Marcin Szafranek
b32a9a05e2
docs(test-assertions): optimize custom matcher to handle negative assertions efficiently ( #35599 )
2025-04-14 12:07:01 -07:00
Ross Wollman
ac2d9e62da
docs: add danger note to auth guide ( #35409 )
2025-04-14 12:04:22 -07:00
Jean-François Greffier
00336e98ed
docs: remove dupe js code frames
2025-04-14 12:02:14 -07:00
Yury Semikhatsky
c1f1c039d9
chore: prefer channel browser for ui mode and codegen ( #35588 )
2025-04-14 10:39:53 -07:00
microsoft-playwright-automation[bot]
4e3b01ff83
feat(webkit): roll to r2156 - enable Skia on Windows ( #35595 )
2025-04-14 10:05:04 -07:00
microsoft-playwright-automation[bot]
9efdcf11b9
feat(chromium): roll to r1169 ( #35594 )
...
Co-authored-by: microsoft-playwright-automation[bot] <203992400+microsoft-playwright-automation[bot]@users.noreply.github.com>
2025-04-14 10:47:49 +02:00
Yury Semikhatsky
c9cd9dc1e4
chore: rename *ConnectionTimeout to *SocketTimeout ( #35583 )
2025-04-11 09:57:18 -07:00
Marcin Szafranek
ee073d6906
docs(selenium grid): fix path to Selenium WebDriver examples ( #35578 )
2025-04-11 18:44:20 +02:00
dependabot[bot]
63d6e466f2
chore(deps): bump vite from 6.2.5 to 6.2.6 ( #35585 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-11 18:43:18 +02:00
Yury Semikhatsky
adfad84bb8
fix: do not pass unsafe matcherResult
over IPC ( #35565 )
2025-04-10 14:39:33 -07:00