Commit graph

6790 commits

Author SHA1 Message Date
Andrey Lushnikov de5f5021ed
chore: mark v1.18.0 (#11493) 2022-01-19 11:31:49 -08:00
Andrey Lushnikov 9e8530547f
cherry-pick(#11488): docs: drop cookbook reference from notes (#11492) 2022-01-19 11:30:56 -08:00
Andrey Lushnikov acd05674f7
cherry-pick(#11477): docs: add Java 1.18 release notes (#11491) 2022-01-19 11:30:35 -08:00
Andrey Lushnikov 3226ad2ac6
cherry-pick(#11479): docs: add .NET 1.18 release notes (#11490) 2022-01-19 11:30:17 -08:00
Andrey Lushnikov 32f9868164
cherry-pick(#11478): docs: add Python 1.18 release notes (#11489) 2022-01-19 11:29:53 -08:00
Andrey Lushnikov 3859e1425e
cherry-pick(#11481): fix(webkit): improve orientation detection (#11485)
Co-authored-by: Pavel Feldman <pavel.feldman@gmail.com>
2022-01-19 10:48:22 -08:00
Max Schmitt ab2643c9e8
cherry-pick(release-1.18): docs(python): enable tracing sources collection (#11453) (#11455) 2022-01-18 13:25:22 +01:00
Max Schmitt c64772cf0f
cherry-pick(release-1.18): docs(dotnet): enable collecting tracing sources (#11410) (#11432) 2022-01-18 09:35:29 +01:00
Andrey Lushnikov 2afa271280
cherry-pick(release-1.18): devops: another attempt to fix docker workflow (#11418) 2022-01-14 18:13:23 -08:00
Andrey Lushnikov 1781c33748
cherry-pick(#11416) devops: further enhance workflow syntax (#11417) 2022-01-14 17:50:40 -08:00
Andrey Lushnikov f696811fc8
cherry-pick(#11400): devops: fix docker publishing for prereleases (#11402) 2022-01-14 06:08:09 -08:00
Andrey Lushnikov 2745a18a48
cherry-pick(#11396): docs: commit release notes for 1.18 (#11397) 2022-01-14 04:01:55 -08:00
Andrey Lushnikov dd02142170
cherry-pick(#11006): add browser like UA to browser fetcher (#11395)
Drive-by: unify all Playwright user agents across the board.

Co-authored-by: Andrey Lushnikov <lushnikov@chromium.org>

Co-authored-by: Max Schmitt <max@schmitt.mx>
2022-01-14 03:02:29 -08:00
Max Schmitt 12edb70243
cherry-pick(release-1.18): chore(pw-test): forward web-server stdout to debug target (#11384) (#11385) 2022-01-14 00:04:43 +01:00
Dmitry Gozman c8814cce7d
cherry-pick(#11365): fix(test runner): fixture teardown double error, testInfo.attach() (#11382)
- Use file path, not content to calculate the attachment hash.
- Always cleanup fixture from the list on teardown, to avoid reporting
  teardown error multiple times: from the test, and from the cleanup.
2022-01-13 13:48:23 -08:00
Andrey Lushnikov 36e13c67f1
chore: mark v1.18.0-rc1 (#11363)
This is the drive-by fix extracted from 9285596806
2022-01-12 12:11:09 -08:00
Pavel Feldman 853757930d
chore: don't log twice twice (#11361) 2022-01-12 11:37:49 -08:00
William Bergeron-Drouin a70f4e6410
fix(android): use isRegExp for a more robust check in different execution contexts (#11359) 2022-01-12 11:04:18 -08:00
Pavel Feldman 5751a1255b
fix(html): set default link color for safari (#11353) 2022-01-12 09:05:45 -08:00
Andrey Lushnikov 6f932fcb4a
fix: default list reporter should dump stderr to stderr (#11351)
This is consistent with all other reporters we have in place.
2022-01-12 07:43:25 -08:00
Pavel Feldman a12e76b52b
chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
Andrey Lushnikov bd837b5863
test: enable autowaiting test on webkit (#11343)
Fixes #11219
2022-01-12 01:52:58 -08:00
github-actions[bot] 2b6aeb0902
feat(webkit): roll to r1596 (#11344)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-12 01:42:13 -08:00
Dmitry Gozman 359d523ec3
fix(selectors): allow :scope with additional css (#11338) 2022-01-11 18:40:29 -08:00
Dmitry Gozman 4efb30999f
feat(request): show request context methods as steps (#11337) 2022-01-11 17:33:41 -08:00
Dmitry Gozman 807f70bccf
fix(electron): remove timeout from electronApp.close (#11336)
We do not have a timeout for any other close method, such as
browserContext.close or browser.close, and hitting default
30 seconds is very realistic with large Electron apps.
2022-01-11 17:12:18 -08:00
Yury Semikhatsky 9db6ac4405
browser(webkit): win build fix (#11335) 2022-01-11 14:25:09 -08:00
Yury Semikhatsky e17b4e3c25
browser(webkit): roll to 01/11/22 (#11330) 2022-01-11 11:03:50 -08:00
Andrey Lushnikov 2a0930c7a4
docs: clarification about trailing slash in docs (#11326)
Fixes #10557
2022-01-11 07:50:58 -08:00
Andrey Lushnikov dc65c81982
browser(webkit): fix MacOS + Linux compilation (#11324) 2022-01-11 05:51:54 -08:00
Yury Semikhatsky 64d2b81541
browser(webkit): roll to 01/10/22 (#11321) 2022-01-11 01:18:24 -08:00
Dmitry Gozman da1f39fb29
chore(test runner): refactor worker runner parts (#11316)
This will make it easier to change in the future.
2022-01-10 20:25:56 -08:00
Andrey Lushnikov 62095b000b
devops: split release workflow into many (#11310)
This way we can restart independent parts of the release independently.

References #11292
2022-01-10 14:05:48 -08:00
Vernon Thommeret 7bf0e28bc7
docs: Add installing project dependencies / uploading test results (#11285) 2022-01-10 13:30:55 -08:00
Dmitry Gozman d36ff8a96c
fix(test runner): remove test output for failures (#11308) 2022-01-10 13:22:09 -08:00
Dmitry Gozman 14fd837e94
fix(test runner): hide beforeAll/afterAll hooks from the reporter api (#11306)
This api is not ready yet.
2022-01-10 12:09:51 -08:00
Marcus Felling 855f951ed8
Update examples (#11267)
Co-authored-by: Marcus Felling <MarcusFelling@users.noreply.github.com>
2022-01-10 12:22:36 -06:00
Andrey Lushnikov 7b1fecc009
fix: default to en-US locale in all browsers in Playwright Test (#11133)
It makes sense to default to en-US by default across all our browsers in Playwright Test.

Fixes #11127
2022-01-10 08:37:55 -08:00
github-actions[bot] d31f13468a
feat(webkit): roll to r1592 (#11261)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrey Lushnikov <aslushnikov@gmail.com>
2022-01-10 05:02:07 -08:00
github-actions[bot] 2a975e2475
browser(chromium): roll to r956935 (#11284)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-10 07:08:25 -05:00
Andrey Lushnikov 5a325a5a1d
test(gardening): disable mp4 capabilities test on firefox (#11289)
Firefox is unhappy with our mp4 file and crashes / moves to faulty
state.

Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1697004
2022-01-10 03:56:50 -08:00
github-actions[bot] 1dbf1c287d
feat(firefox-beta): roll to r1314 (#11271)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-10 03:25:52 -08:00
github-actions[bot] c0366803fd
feat(firefox): roll to r1313 (#11270)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-10 03:24:58 -08:00
github-actions[bot] a423a4a9ed
feat(chromium): roll to r956323 (#11268)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-09 20:44:07 -05:00
Pavel Feldman 4ffca363a9 chore: follow up to pin, update package-lock.json 2022-01-09 16:21:16 -08:00
Michaël De Boey ff5f75dc10
fix: pin colors to 1.4.0 (#11274) 2022-01-09 16:18:21 -08:00
Andrey Lushnikov 5d8aa8d5cf
browser(firefox): fix extra HTTP headers in request interception (#11265) 2022-01-08 08:26:11 -08:00
Max Schmitt 913edf9bdb
docs(python): fix wrong code snippet to get pages (#11260) 2022-01-07 17:00:54 -08:00
Pavel Feldman dc07fa6da6
fix(locator.count): do not touch main workd when computing count (#11256) 2022-01-07 15:52:14 -08:00
github-actions[bot] 71a8da9c88
browser(chromium): roll to r956323 (#11241)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-07 18:51:55 -05:00