3193 Commits

Author SHA1 Message Date
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
Yury Semikhatsky
9e76b3695c
docs: update more step.skip() examples (#35052) 2025-03-05 08:38:05 -08:00
Debbie O'Brien
a3fafb60d4
docs: update step example (#35051) 2025-03-05 08:28:47 -08:00
Debbie O'Brien
4024605c5a
docs: update Git information image in release notes (#35050) 2025-03-05 16:06:43 +00:00
Simon Knott
f3a75e2cfe
docs: add copy-prompt to release notes (#35047) 2025-03-05 16:26:48 +01:00
Yury Semikhatsky
8415b6a108
docs: add touch event snippets for other langs (#35028) 2025-03-05 09:09:50 +00:00
Dmitry Gozman
9e0be8ee7c
chore: unblock 1.51 dotnet roll (#35016) 2025-03-04 15:01:15 +00:00
Pavel Feldman
ee2a5264ad
chore: do not show other metadata in html report (#35001) 2025-03-03 15:28:18 -08:00
Max Schmitt
02e65d1825
docs: update Docker configuration recommendations (#34986) 2025-03-03 11:23:33 +01:00
Yury Semikhatsky
cd437c972d
fix: do not change glob pattern when converting to url (#34923) 2025-02-28 13:44:25 -08:00
Dmitry Gozman
2dd541bc59
docs: update v1.51 js release notes (#34979) 2025-02-28 19:29:13 +00:00
Yury Semikhatsky
4a79c214f0
chore: address step.skip() API review comments (#34958) 2025-02-28 09:32:04 -08:00
Pavel Feldman
e033e5aa11
chore: move captureGitInfo back into config (#34961) 2025-02-28 07:33:03 -08:00
Dmitry Gozman
8d8c9a55cd
docs: js release notes for 1.51 (#34972)
Signed-off-by: Dmitry Gozman <dgozman@gmail.com>
Co-authored-by: Simon Knott <info@simonknott.de>
2025-02-28 13:22:51 +00:00
Simon Knott
6dcb7d2bf5
chore: remove pageSnapshot option (#34962)
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-02-28 13:16:58 +01:00
Dmitry Gozman
934e123d1b
docs: update step.skip docs after api review (#34968) 2025-02-28 10:17:39 +00:00
Simon Knott
2573a80893
chore: change recommended snapshot extension to .aria.yml (#34963) 2025-02-28 10:03:39 +01:00
Adam Gastineau
b0ceed51a5
docs: Improve toHaveURL doc clarity (#34935) 2025-02-27 11:00:50 -08:00
Dmitry Gozman
08ea36caa2
chore: default reportSlowTests to 5 minutes (#34950) 2025-02-27 16:31:32 +00:00
Dmitry Gozman
3ce9ae6a7d
chore: replace locator.visible with filter({ visible }) (#34947) 2025-02-27 13:44:53 +00:00
Simon Knott
837abfbc15
chore: document indexeddb type as "unknown" (#34944) 2025-02-27 14:29:22 +01:00
Simon Knott
10fc0ef221
chore: make indexeddb opt-in (#34942) 2025-02-27 14:27:54 +01:00
Yury Semikhatsky
b5fe029c1b
chore: remove failOnStatusCode from Browser.newContext, rename (#34936) 2025-02-26 15:03:21 -08:00
Pavel Feldman
cd23a224f6
chore: another iteration on gitCommit/gitDiff props (#34926) 2025-02-26 08:40:30 -08:00
Simon Knott
17c4d8e5ec
chore: change generated filename for toMatchAriaSnapshot from .yml to .snapshot.yml (#34931)
Signed-off-by: Simon Knott <info@simonknott.de>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
2025-02-26 16:29:56 +01:00
Pavel Feldman
411f938296
chore: clean up git commit metadata props and UI (#34867) 2025-02-25 09:21:17 -08:00
Simon Knott
a9bbf4b56d
docs: recommend localhost over 127.0.0.1 (#34918) 2025-02-25 15:40:38 +01:00