Commit graph

8307 commits

Author SHA1 Message Date
Max Schmitt 0e0a54e6e2
docs: update docs with ToT docs (#16262) 2022-08-04 20:14:32 +02:00
Andrey Lushnikov 0eb8a70089
chore: mark v1.24.2 (#16046) 2022-07-29 05:06:56 -07:00
Dmitry Gozman bd6f228886
cherry-pick(#15979): Revert "fix(test runner): ignore undefined values in fixtures definitions (#15119)" (#15996)
cherry-pick(#15979): Revert "fix(test runner): ignore undefined values in fixtures definit…ions (#15119)"

Revert commit d7b63fa0b4.
Add a test for the broken behavior.
2022-07-27 11:27:42 -07:00
Andrey Lushnikov c08a7d81b3
chore: mark v1.24.1 (#15936) 2022-07-26 04:16:15 -07:00
Andrey Lushnikov dc0651ddd2
cherry-pick(#15933): fix: accomodate to changed MSEdge download format (#15935)
Fixes #15932
2022-07-25 17:38:19 -07:00
sand4rt 2964ed5982 cherry-pick(#15921): fix(ct): optional hooksConfig mount option 2022-07-25 13:47:44 -07:00
Max Schmitt 1b2cb1c7b2
cherry-pick(#15901): fix(test-runner): multiple webServer types (#15916)
SHA: 004cd9273c
2022-07-25 11:20:19 +02:00
Ross Wollman 0776b954c3
cherry-pick(#15881): docs: fix broken .NET intro example (#15885) 2022-07-22 11:14:58 -07:00
Ross Wollman b86776df99
cherry-pick(#15882): docs(python): fix typo: --headedd should be --he… (#15886) 2022-07-22 11:14:37 -07:00
Max Schmitt 19a19ae1b7
cherry-pick(#15863): docs: add release notes for dotnet, java, python (#15864)
Co-authored-by: Ross Wollman <rwoll@users.noreply.github.com>
2022-07-21 16:19:30 -07:00
Andrey Lushnikov 1cd6fd3596
chore: mark v1.24.0 (#15861) 2022-07-21 15:12:21 -07:00
Max Schmitt 03380d6e34
cherry-pick: ToT docs changes (#15838)
This cherry-picks the following changes:

267614341c
c65b5171d4
9fda46822c
d34830c96f
33f45e3f53
6d883deb69
dcb83d9db0
2996f4bbb5
a2d2865f05
09debb4a55
311580bcec
2de0624a5e
93d8e7ae4a
2022-07-21 15:02:14 -07:00
Max Schmitt a8937f5b83
cherry-pick(#15727): chore: bump vite to 3.0.0 and @sveltejs/vite-plugin-svelte to 1.0.1 (#15842)
Co-authored-by: Yury Semikhatsky <yurys@chromium.org>
2022-07-21 14:32:42 -07:00
Dmitry Gozman 0ad379e761
cherry-pick(#15814): fix(runner): globalTeardown without globalSetup should work (#15816) 2022-07-20 13:28:51 -07:00
Yury Semikhatsky 9214762d10
cherry-pick(#15720): feat(webkit): roll to 1683 (#15729) 2022-07-15 14:14:41 -07:00
Yury Semikhatsky 6dc18a7c8e
cherry-pick(#15723): docs: clarify toHaveURL parameter semantics (#15728) 2022-07-15 13:47:24 -07:00
Yury Semikhatsky 405c55b070
cherry-pick(#15722): docs: hide experimental service worker api in language ports (#15726)
* Revert "docs: expose BrowserContext.serviceWorkers to Java/.NET (#15635)"

This reverts commit 43906d0f7b.

* Revert "docs: expose BrowserContext.serviceWorker to Java/.NET (#15616)"

This reverts commit cfcc35b9a6.

* Make Request.serviceWorker available only in js
* Make sw doc js specific
2022-07-15 11:10:04 -07:00
Dmitry Gozman ec9d2dbef8
cherry-pick(#15694): fix(esm loader): support Node 18.6 (#15698)
A small change in the API requires `shortCircuit: true` when returning the
transformed source.
Another API change removes third argument from the chained resolve/load,
but passing three instead of two still works.
2022-07-15 09:03:12 -07:00
Max Schmitt b2e3c8c75d
cherry-pick(#15670): Revert "feat(matchers): add toContainClass (#15491)" (#15678)
This reverts commit e4debd0bf6.
2022-07-15 08:12:12 +02:00
Ross Wollman eae7bde3ac
cherry-pick(#15688): PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS (#15692) 2022-07-14 21:24:50 -07:00
Andrey Lushnikov b66873dfdb
cherry-pick(#15679): chore: update WebKit browser version (#15680)
As of July 14, 2022, Safari Technoly Preview returns the following:

```
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15
```
2022-07-14 14:01:27 -07:00
Andrey Lushnikov 6acddea8aa
cherry-pick(#15675): fix: add missing gstreamer dependencies for wk on debian 11 (#15677)
SHA: 173ea04b02
2022-07-14 13:15:46 -07:00
Andrey Lushnikov 049bcfbd4b
cherry-pick(#15673): chore: use JHBuild WebKit Debian 11 build (#15676)
Fixes #3167
2022-07-14 13:14:46 -07:00
Yury Semikhatsky e37514b43c
docs: dragAndDrop source/target descriptions (#15658) 2022-07-14 09:42:26 -07:00
Yury Semikhatsky cb81d23ad6
fix(selectors): max hasText regex against nested nodes (#15638) 2022-07-14 08:23:11 -07:00
Debbie O'Brien edd8f44066
docs: minor text fixes (#15656) 2022-07-14 16:19:55 +02:00
Andrey Lushnikov 80bcfe70ec
browser(webkit): fix JHBuild on Debian 11 (#15653)
This patch:
* fixes bash script bug: at least in bash 5, assignment to a **local**
  variable overwrites the `$?` code, so the following condition is never true.
* adds the `libenchant-2-dev` library

Pretty diff: ff6e976044
2022-07-14 06:04:03 -07:00
Playwright Service 0ac893d0f8
feat(chromium): roll to r1015 (#15649)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-14 14:34:02 +02:00
Andrey Lushnikov c39df3695a
devops: add WebKit debian 11 build configuration (#15652) 2022-07-14 05:19:27 -07:00
Debbie O'Brien 2b8198f1e3
docs: new getting started stucture (#15624)
Co-authored-by: Max Schmitt <max@schmitt.mx>
2022-07-14 14:17:24 +02:00
github-actions[bot] f87d2d7c5b
browser(chromium-tip-of-tree): roll to 2022-Jul-14 (#15645)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-14 12:05:10 +02:00
github-actions[bot] da58281e16
browser(chromium): roll to 2022-Jul-14 (#15646)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-14 12:04:59 +02:00
Ross Wollman 9387327a97
docs: Service Worker examples and explanations (#15595)
Resolves #15582.
2022-07-13 16:42:46 -07:00
Pavel Feldman d02914fa3a
chore: relax transpilation criteria to allow ems imports of .vue files (#15592) 2022-07-13 16:11:38 -07:00
Dmitry Gozman 44e214a972
chore(html report): title row UI fixes (#15632) 2022-07-13 15:12:15 -07:00
Dmitry Gozman 22ead7b5ab
Revert "fix(test runner): handle istty in line reporter (#15455)" (#15633)
This reverts commit 767babc3a2.
2022-07-13 15:11:56 -07:00
Ross Wollman 43906d0f7b
docs: expose BrowserContext.serviceWorkers to Java/.NET (#15635) 2022-07-13 15:02:03 -07:00
Dmitry Gozman 51c3ea55ed
Revert "feat(line reporter): show testing progress (#15547)" (#15631)
This reverts commit e76d9b3b28.
2022-07-13 13:54:26 -07:00
Pavel Feldman 5a0adbdbbc
chore: bump vite-svelte (#15628) 2022-07-13 12:57:29 -07:00
Pavel Feldman 0e7d6661d7
chore(html-report): follow up ui fixes (#15599) 2022-07-13 12:49:11 -07:00
Playwright Service 6d67c5dd76
feat(chromium-tip-of-tree): roll to r1024 (#15581)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2022-07-13 18:04:24 +02:00
Max Schmitt cfcc35b9a6
docs: expose BrowserContext.serviceWorker to Java/.NET (#15616) 2022-07-13 17:54:49 +02:00
Max Schmitt 32b3aed456
chore: delete docs/development folder (#15606) 2022-07-13 17:54:32 +02:00
sand4rt 82fb68fdde
feat(ct): mount generic type required when specified (#15591) 2022-07-13 08:41:20 -07:00
Andrey Lushnikov 83e3dbb1bb
chore: add support for debian 11 downloads (#15596) 2022-07-13 04:09:24 -07:00
Max Schmitt ee7d60fcee
docs: migrate page actions to locator actions 2/n (#15603) 2022-07-13 11:50:18 +02:00
Yury Semikhatsky 3436e64b75
feat: dispatch wheel event (#15593) 2022-07-12 17:17:45 -07:00
Pavel Feldman 00848b1bcf
fix(ct): restore public folder deployment (#15594) 2022-07-12 16:14:48 -07:00
Yury Semikhatsky a6daf600a9
fix: support hasColors and getColorDepth in worker (#15590) 2022-07-12 14:47:14 -07:00
Pavel Feldman 3939b9f36e
chore: migrate component testing to server-side page reuse (#15477) 2022-07-12 14:30:24 -07:00