3219 Commits

Author SHA1 Message Date
Pavel Feldman
0109882a66
docs: add example w/ params for locator.evaluate (#35645) 2025-04-16 19:34:56 -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
Marcin Szafranek
8772389000
docs(test-assertions): document soft assertions with expect.poll (#35619) 2025-04-16 08:33:36 -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
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
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
Marcin Szafranek
ee073d6906
docs(selenium grid): fix path to Selenium WebDriver examples (#35578) 2025-04-11 18:44:20 +02:00
Yury Semikhatsky
4d0c33bc4e
docs: comparison table for global setups (#35548) 2025-04-09 10:08:07 -07:00
Max Schmitt
22e134e280
chore: introduce expect.toContainClass (instead of partial: true) (#35551)
Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-04-09 14:47:22 +02:00
Dmitry Gozman
a6d5c981af
Revert "feat: support proxy in connect/connectOverCDP (#35389)" (#35542) 2025-04-08 21:10:38 +01:00
Dmitry Gozman
0e964e2b99
chore: remove FullConfig.failOnFlakyTests (#35541) 2025-04-08 17:13:54 +01:00
Simon Knott
22f8f21a30
chore(docs): browser locale vs user locale (#35535) 2025-04-08 16:12:40 +02:00
Ekwinder
aec54fa573
docs(python): Add await to response.json() for async ApiResponse class example (#35503) 2025-04-07 08:56:25 +02:00
Pavel Feldman
26fa959a10
chore: allow matching aria children strictly (#35481) 2025-04-03 17:58:20 -07:00
Adam Gastineau
92c5d656ab
chore: add location named property to annotations (#35373) 2025-04-02 06:29:22 -07:00
Jean-François Greffier
468ea7672d
docs: improve execution modes (#35412)
Signed-off-by: Jean-François Greffier <jfgreffier@users.noreply.github.com>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-04-01 10:00:04 +01:00
Dmitry Gozman
471a28e0d5
feat: support proxy in connect/connectOverCDP (#35389) 2025-03-28 12:03:54 +00:00
Max Schmitt
2c0e1e5e3a
docs(debug): add instructions for debugging tests using Chrome DevTools (#35394) 2025-03-28 10:50:18 +01:00
Simon Knott
3340855109
chore: support typed arrays in indexeddb (#34949) 2025-03-26 18:04:45 +01:00
Chris
97a542c334
docs: Update typescript code blocks in docs (#35219) 2025-03-26 14:29:02 +00:00
Simon Knott
45fa3d17fc
feat: split up static and dynamic annotations (#35292)
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-03-26 11:33:18 +01:00
Max Schmitt
3d2aa1a5e4
docs(python): update async fixtures instructions (#35338) 2025-03-25 12:14:57 +01:00
Dmitry Gozman
b3d19e2f80
docs: clarify locator.evaluate{,Handle} timeout option (#35319) 2025-03-21 20:09:31 +00:00
Kunall Banerjee
943a0f8636
docs: fix minor typo in docs for global setup/teardown (#35311) 2025-03-21 15:21:54 +00:00
Yury Semikhatsky
b83e0af11a
fix: do not allow to override cookie header (#35168)
Behavior before this PR regarding 'Cookie' header already varied between browsers:
- Chromium would not respect the 'Cookie' header if there was one with the same name in its cookie jar. If there was no corresponding cooke in the cookie jar, Chromium would apply one from the overrides.
- WebKit would always take one from the cookie jar.

To override cookies `addCookies` should be used instead.


See https://docs.google.com/document/d/1LXMSP4GVxFLYJxA6z4upKqwkgD-TnVCGeX-daS4VQjk/edit?usp=sharing for mode details.

Reference https://github.com/microsoft/playwright/issues/35154
2025-03-20 16:35:03 -07:00
Max Schmitt
fbffb8152f
chore: add toHaveClass partial option (#35229) 2025-03-20 21:20:50 +01:00
horyu
850633adbe
docs: remove duplicate Introduction (#35261) 2025-03-20 15:29:48 +01:00
Simon Knott
eafcbd3437
docs: update linked trace zip (#35265) 2025-03-19 09:49:38 +01:00
Dmitry Gozman
2215b59554
docs: mention --no-deps in a few places (#35252) 2025-03-18 18:57:26 +00:00
Chris
beea7c30c5
feat: Add maxRedirects to options of apiRequest.newContext (#35160) 2025-03-17 13:47:52 +00:00
Dmitry Gozman
accd7c6c9e
docs: clarify that userDataDir cannot be used concurrently (#35228) 2025-03-17 11:11:45 +00:00
Max Schmitt
9aaeae70f4
docs: fix step numbering in CI introduction (#35225) 2025-03-17 11:33:11 +01:00
Chris
ac1f512622
docs: Update wrong tab-item value (#35205)
Signed-off-by: Chris <57954026+cpAdm@users.noreply.github.com>
2025-03-15 16:49:43 +01:00
Chris
e976acc8ea
docs: sync all tab choices (package-manager, java-jvm choice, ct) (#35182) 2025-03-13 10:45:02 +01:00
Chris
deaa714ab4
docs: Update outdated links & broken anchors (#35181)
Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: Max Schmitt <max@schmitt.mx>
2025-03-13 10:41:02 +01:00
Jean-François Greffier
85a66912c6
feat(config): failOnFlakyTests option (#35109) 2025-03-11 10:06:20 -07:00
Pavel Feldman
8f5b8c10c6
chore: sort web server properties (#35135) 2025-03-11 10:05:13 -07:00
Pengoose
43ee924087
feat(webServer): support name option for custom web server log prefixes (#35105) 2025-03-10 19:12:59 -07:00
Pavel Feldman
807d9066d6
chore: allow generating aria references (#35132) 2025-03-10 14:39:37 -07:00
Max Schmitt
07f54e7d8a
docs: update macOS version requirement to 14 Ventura (#35089) 2025-03-10 16:45:04 +01:00
Adam Gastineau
5c17a1b937
fix(docs): properly render Trace Viewer debug video (#35122) 2025-03-10 06:45:37 -07:00
Dmitry Gozman
4767845f20
feat: support TestProject.workers limit (#35094) 2025-03-10 09:13:24 +00:00
Marco Pasqualetti
05e311b085
docs(test-projects): add missing devices import in "Dependencies" snippet (#35108) 2025-03-10 09:13:35 +01:00
Dmitry Gozman
a64ba9689a
docs: release notes for 1.51 for java, python, csharp (#35043) 2025-03-06 09:04:51 +00:00
Max Schmitt
6f99ad63dd
chore: hide indexedDB from storageState() and BrowserContext option (#35058) 2025-03-06 09:59:20 +01:00
Pavel Feldman
319f4630de
chore: do not compute git diff on PRs (#35062) 2025-03-05 20:43:27 -08:00
Pavel Feldman
1423d0f8a7
chore: rename to copy prompt (#35057) 2025-03-05 13:07:52 -08:00