Yury Semikhatsky
|
2af3f486c4
|
fix: do not load trace data for passing tests (#22311)
Fixes #22122
Fixes #22120
|
2023-04-10 13:29:55 -07:00 |
|
Playwright Service
|
2573dff5e9
|
feat(webkit): roll to r1827 (#22291)
|
2023-04-10 13:10:34 -07:00 |
|
Sander
|
2b32d05175
|
test(ct): react17 coverage (#22297)
|
2023-04-09 15:11:31 -07:00 |
|
Sander
|
ec2dc92336
|
fix(ct): component type import path (#22296)
|
2023-04-09 15:04:46 -07:00 |
|
Yury Semikhatsky
|
5cd9f83c7b
|
fix(webkit): properly set user agent in persistent context (#22283)
Fixes https://github.com/microsoft/playwright/issues/22274
|
2023-04-07 19:50:49 -07:00 |
|
Pavel Feldman
|
635a2dac16
|
chore: remove FullProjectInternal.from (#22280)
|
2023-04-07 19:12:20 -07:00 |
|
Yury Semikhatsky
|
1efa8de526
|
test: fix reporter blob tests on bots (#22281)
|
2023-04-07 17:48:54 -07:00 |
|
Pavel Feldman
|
3b94bb6740
|
chore: simplify full config and full project building (#22278)
|
2023-04-07 17:46:47 -07:00 |
|
Yury Semikhatsky
|
8d2502ee62
|
test: make page-leaks tests pass in electron (#22277)
They've been failing
https://devops.playwright.dev/flakiness.html#filter_spec=page%2Fpage-leaks.spec.ts&test_parameter_filters=%5B%5D×tamp=1680901928195
|
2023-04-07 17:20:49 -07:00 |
|
Playwright Service
|
26bbf8ca1b
|
feat(chromium): roll to r1058 (#22264)
|
2023-04-07 14:11:18 -07:00 |
|
Valentín Costa
|
93e020d483
|
docs(class-test.md): add missing R in the word returned (#22252)
|
2023-04-07 13:57:28 -07:00 |
|
Playwright Service
|
12da068249
|
feat(webkit): roll to r1825 (#22258)
|
2023-04-07 13:56:22 -07:00 |
|
任跃兵
|
2b1a121133
|
Update class-consolemessage.md (#22261)
|
2023-04-07 13:51:46 -07:00 |
|
Pavel Feldman
|
eed5b4c83b
|
chore: process stdio buffers (#22270)
Fixes https://github.com/microsoft/playwright/issues/22265
|
2023-04-07 13:50:15 -07:00 |
|
Yury Semikhatsky
|
d59e0e10ce
|
feat: blob reporter (#22244)
#10437
|
2023-04-07 13:47:52 -07:00 |
|
Pavel Feldman
|
a42567d549
|
chore: inside out the config & project internal (#22260)
|
2023-04-07 09:54:01 -07:00 |
|
Pavel Feldman
|
02ca63b381
|
chore: use separator when printing titles in the list mode (#22269)
Fixes https://github.com/microsoft/playwright/issues/22267
|
2023-04-07 09:52:04 -07:00 |
|
Yury Semikhatsky
|
1ea9f02944
|
chore: add configDir to reporter options (#22250)
|
2023-04-06 14:23:47 -07:00 |
|
Playwright Service
|
c36b96fd8c
|
feat(webkit): roll to r1824 (#22251)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-04-06 22:46:26 +02:00 |
|
Pavel Feldman
|
3400d62a7a
|
chore: discourage networkidle (#22247)
|
2023-04-06 13:00:34 -07:00 |
|
Pavel Feldman
|
09f072de09
|
chore: introduce the concept of a test run (#22243)
|
2023-04-06 11:20:24 -07:00 |
|
Pavel Feldman
|
9ced1e278d
|
chore: remove the legacy webServer accessor from the config (#22245)
|
2023-04-06 11:20:11 -07:00 |
|
Max Schmitt
|
2df0f0738d
|
test: report and kill child processes which are leaking after test (#22237)
|
2023-04-06 20:09:19 +02:00 |
|
Max Schmitt
|
44b63b042e
|
devops: do not download electron on non-electron workflows (#22232)
|
2023-04-06 19:49:29 +02:00 |
|
Sander
|
cea382015f
|
chore(ct): rename component.d.ts (#22234)
|
2023-04-06 08:40:49 -07:00 |
|
Yury Semikhatsky
|
fc23d35697
|
chore: clear previous test results optionally (#22224)
|
2023-04-06 08:33:17 -07:00 |
|
Playwright Service
|
13c7ddb883
|
feat(chromium-tip-of-tree): roll to r1102 (#22235)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-04-06 15:33:11 +02:00 |
|
Playwright Service
|
f610577a18
|
feat(webkit): roll to r1823 (#22227)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-04-06 11:52:48 +02:00 |
|
Dmitry Gozman
|
08cef43e82
|
feat(locator): remove locator.and and locator.not (#22223)
Not shipping for now, after API review.
|
2023-04-05 16:28:13 -07:00 |
|
Yury Semikhatsky
|
b5195122d9
|
chore: return promise from tele receiver dispatch (#22218)
|
2023-04-05 14:23:06 -07:00 |
|
Dmitry Gozman
|
35afb056ea
|
feat(locator): filter({ hasNotText }) (#22222)
The opposite of `filter({ hasText })`.
|
2023-04-05 14:13:28 -07:00 |
|
Andrey Lushnikov
|
29643a7bff
|
test: add regression tests for clicking (#22221)
https://github.com/microsoft/playwright/issues/21995
|
2023-04-05 13:20:39 -07:00 |
|
Dmitry Gozman
|
5734f11a69
|
docs: update Locator.or example (#22220)
|
2023-04-05 13:13:10 -07:00 |
|
Sébastien Richert
|
88544d537b
|
docs(class-request.md): rephrase definition of request timing responseStart (#22170)
|
2023-04-05 13:11:38 -07:00 |
|
Sander
|
789d8b24c0
|
chore(ct): dedupe json object (#22138)
|
2023-04-05 13:10:00 -07:00 |
|
Pavel Feldman
|
159e71982e
|
chore: render failed steps in the basic reporters (#22200)
Fixes #20532
|
2023-04-05 13:03:42 -07:00 |
|
Pavel Feldman
|
0d31d69d65
|
chore(trace): improve loading progress bar (#22201)
Fixes: https://github.com/microsoft/playwright/issues/22118
|
2023-04-05 13:03:25 -07:00 |
|
Dmitry Gozman
|
bc1de5f28d
|
feat(locator): filter({ hasNot }) (#22219)
This is the opposite of `filter({ has })`.
|
2023-04-05 12:45:46 -07:00 |
|
Playwright Service
|
8dd431745d
|
feat(firefox): roll to r1394 (#22199)
Fixes https://github.com/microsoft/playwright/issues/21621
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
|
2023-04-05 11:39:23 -07:00 |
|
Playwright Service
|
3f7eeafc90
|
feat(firefox-beta): roll to r1396 (#22198)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-04-05 09:33:57 -07:00 |
|
Johannes Loher
|
bd698efaef
|
fix(webServer): follow relative redirects when checking the url (#22035)
Fixes https://github.com/microsoft/playwright/issues/22144
|
2023-04-05 10:39:35 +02:00 |
|
Dmitry Gozman
|
d7b3836752
|
chore: revert console and dialog events on BrowserContext (#22195)
This reverts #22033 and #21943, since there will be no immediate
benefits in v1.33.
|
2023-04-04 13:13:52 -07:00 |
|
Pavel Feldman
|
3608425d57
|
chore: allow reusing browser between the tests (#22191)
|
2023-04-04 12:31:42 -07:00 |
|
Pavel Feldman
|
f8f9ee6a25
|
chore: introduce Reporter.onExit (#22176)
Fixes https://github.com/microsoft/playwright/issues/22173
|
2023-04-04 10:50:40 -07:00 |
|
Rob Bayliss
|
966f2392a0
|
docs(test-configuration): fix missing reference to devices in snippet (#22162)
|
2023-04-04 15:43:51 +02:00 |
|
Playwright Service
|
464196f9e9
|
feat(chromium-tip-of-tree): roll to r1101 (#22187)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-04-04 15:43:19 +02:00 |
|
Pavel Feldman
|
87acda74ff
|
chore: respect source map sources when filtering in CLI (#22180)
Fixes #22123
|
2023-04-03 19:49:01 -07:00 |
|
Dmitry Gozman
|
8bc7ed0469
|
test: remove element being dragged before drop (#22177)
This scenario hangs in Firefox, waiting for response to `mouseup` event.
References #21621.
|
2023-04-03 18:42:29 -07:00 |
|
Dmitry Gozman
|
ab85b23e67
|
fix(expect): report expect "Timed out" when it actually does (#22174)
Previously, it would say "Timed out" when page was closed at test
timeout, or not say "Timed out" when at least one element matched.
Fixes #21664.
|
2023-04-03 15:06:13 -07:00 |
|
Dmitry Gozman
|
26c00a97a5
|
fix(expect): do not produce logs twice (#22171)
|
2023-04-03 15:05:40 -07:00 |
|