Dmitry Gozman
b152cd4704
fix(test runner): apply --last-failed after sharding
...
Consider the following snippet:
```
npx playwright test --shard=2/3
npx playwright test --shard=2/3 --last-failed
```
The expectation is that the second invocation runs
failed tests from the second shard. To achieve this, we must
apply `--last-failed` filter after sharding.
2024-12-30 09:49:37 +00:00
Max Schmitt
4819747c85
chore: keep linting generated files ( #34150 )
2024-12-27 10:00:59 +00:00
Pengoose
7f141b2c42
feat: expect(locator).toHaveAccessibleErrorMessage ( #33904 )
2024-12-27 09:54:16 +00:00
Playwright Service
3ec8ee7a9b
feat(chromium): roll to r1153 ( #34118 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-27 08:51:06 +01:00
Playwright Service
08644003d2
feat(chromium-tip-of-tree): roll to r1290 ( #34144 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-26 22:27:56 +01:00
Yury Semikhatsky
cce8e8e0e5
chore(html): use api prefix to qualify public types ( #34121 )
2024-12-20 14:03:38 -08:00
Evan Cahill
c89e213eff
docs: Use locator.first() in locator.or examples ( #34106 )
2024-12-20 13:23:01 -08:00
Yury Semikhatsky
a74c488b25
docs: document --no-shell option ( #34120 )
2024-12-20 10:24:10 -08:00
Adam Gastineau
875436855e
chore(lint): Ensure EOL newlines ( #34117 )
2024-12-20 09:17:09 -08:00
Adam Gastineau
a8dfdc8ac5
chore(ui): Dialog UI for upcoming settings menu ( #34058 )
2024-12-20 08:43:12 -08:00
Adam Gastineau
05472f5ef6
feat: Add time information to Call and Network tabs in Trace Viewer ( #33935 )
2024-12-20 05:01:16 -08:00
Pavel Feldman
a94952b87f
chore: make ts happy with zip import ( #34108 )
2024-12-19 22:59:05 -08:00
Pavel Feldman
04e670c909
fix(locator): do not explode locators ( #34104 )
2024-12-19 15:34:54 -08:00
Max Schmitt
b7a1cfd786
chore: move winldd to CDN ( #34078 )
2024-12-19 23:29:21 +01:00
Pavel Feldman
6505a3e34c
fix(yaml): escape to disambiguate yaml arrays ( #34096 )
2024-12-19 12:46:54 -08:00
Pavel Feldman
ec1d3313c3
Revert "feat(fetch/network): add generic to json method" ( #34098 )
2024-12-19 12:46:39 -08:00
Henrik Skupin
edd789780a
WebDriver BiDi: "browsingContext.captureScreenshot" accepts quality from 0 to 1 ( #34097 )
2024-12-19 12:26:01 -08:00
Adam Gastineau
7d3a188530
chore(ui): Clean up settings component for shared uses ( #34090 )
2024-12-19 12:14:58 -08:00
Volodymyr Momot
94ffbcb9c5
feat(fetch/network): add generic to json method ( #34091 )
2024-12-19 10:36:02 -08:00
Playwright Service
9c14cccc24
feat(chromium-tip-of-tree): roll to r1288 ( #34092 )
2024-12-19 17:17:29 +01:00
Playwright Service
a239ab3048
feat(ffmpeg): roll to r1011 ( #34079 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-19 10:17:42 +01:00
Max Schmitt
4c9a116aff
chore: move protocol to d.ts types only files ( #34077 )
2024-12-19 00:23:35 +01:00
Playwright Service
bddbf8950e
feat(webkit): roll to r2120 ( #34069 )
2024-12-19 00:08:27 +01:00
Rui Figueira
c2d057ba23
chore: add url option to routeFromHAR call if codegen launched with --save-har-glob ( #34048 )
2024-12-18 13:34:06 -08:00
Dmitry Gozman
d9e5ca06bf
fix(remote server): allow local paths in extension mode ( #34051 )
2024-12-18 13:32:16 -08:00
Max Schmitt
f7c99ee6e3
chore: update CDN endpoints ( #34061 )
2024-12-18 22:26:01 +01:00
Simon Knott
443b2a2bbc
fix: don't rely on requestAnimationFrame ( #34065 )
2024-12-18 11:41:48 +01:00
Playwright Service
c9ae644e5f
feat(chromium-tip-of-tree): roll to r1287 ( #34057 )
2024-12-17 22:31:01 +01:00
Max Schmitt
52b2548612
chore: no @web imports from @web package ( #34055 )
2024-12-17 20:27:21 +01:00
Max Schmitt
43e46d63dd
chore: use recorder/html types for exported shared types ( #34056 )
2024-12-17 20:26:56 +01:00
Yury Semikhatsky
7ed60ccf7f
feat(test): step.fail and step.fixme modifiers ( #34042 )
2024-12-17 11:17:22 -08:00
Adam Gastineau
aabbcbf41d
fix(trace-viewer): Fix network log flicker #33929 ( #34036 )
2024-12-17 05:24:22 -08:00
Pavel Feldman
94d0fc780d
chore: make visible=false work ( #34040 )
2024-12-16 14:14:51 -08:00
Yury Semikhatsky
b58a4762f4
docs: improve note on browser.close() behavior ( #34039 )
2024-12-16 13:52:17 -08:00
Yury Semikhatsky
76bb01d77c
chore: rephrase suggestion for slow test files ( #34012 )
2024-12-16 13:35:19 -08:00
Dmitry Gozman
d4b2c966cf
fix(codegen): fallback to iframe[name/src] when failed to generate selector ( #34030 )
2024-12-16 17:37:53 +00:00
Simon Knott
512cb36c9b
feat(html): link from attachment step to attachment ( #33267 )
2024-12-16 15:25:32 +01:00
Dmitry Gozman
aa1fe61cc9
fix(list reporter): do not print step location instead of test location ( #34022 )
2024-12-16 10:15:52 +00:00
Dmitry Gozman
f713d3adaf
chore: simplify page initialization logic across browser types ( #34002 )
2024-12-14 20:15:58 +00:00
Pavel Feldman
1e4239f48d
chore: allow selecting update source type via test server ( #34014 )
2024-12-14 10:58:16 -08:00
Pavel Feldman
3a10c32d8a
chore: report highlight parse error to debug controller ( #33984 )
2024-12-13 16:10:59 -08:00
Pavel Feldman
cbc809edc7
chore: recorder toolbar polish ( #33983 )
2024-12-13 16:10:45 -08:00
Yury Semikhatsky
369f4b76b3
fix: throw an error when object reference chain is to long to serialize ( #34008 )
2024-12-13 13:38:26 -08:00
Max Schmitt
91d4b82dfb
fix(pwt): custom fixture titles in UI Mode / HTML Reporter ( #34009 )
2024-12-13 12:31:38 -08:00
Rui Figueira
c700a8405c
feat(trace-viewer): render iframe canvas in trace viewer ( #33809 )
2024-12-13 16:28:06 +01:00
Max Schmitt
65688d623e
chore: update TypeScript to v5.7 ( #33994 )
2024-12-13 04:52:04 -08:00
Simon Knott
dd36de7809
fix(html): encode all stdio attachments ( #33950 )
2024-12-13 12:01:20 +01:00
Playwright Service
b0cec5b351
feat(chromium-tip-of-tree): roll to r1286 ( #33991 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-12 19:22:48 -08:00
Playwright Service
dd41930e72
feat(webkit): roll to r2119 ( #33992 )
...
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-12 19:22:27 -08:00
Yury Semikhatsky
0034c6b984
fix: parse locator with empty options ( #33990 )
2024-12-12 17:49:48 -08:00