New method tracing.group() allows you to visually group actions in the trace viewer.
# All actions between group and group_end
# will be shown in the trace viewer as a group.
page.context.tracing.group("Open Playwright.dev > API")
page.goto("https://playwright.dev/")
page.get_by_role("link", name="API").click()
page.context.tracing.group_end()
Breaking: chrome and msedge channels switch to new headless mode
This change affects you if you're using one of the following channels in your playwright.config.ts:
chrome, chrome-dev, chrome-beta, or chrome-canary
msedge, msedge-dev, msedge-beta, or msedge-canary
After updating to Playwright v1.49, run your test suite. If it still passes, you're good to go. If not, you will probably need to update your snapshots, and adapt some of your test code around PDF viewers and extensions. See [issue #33566](microsoft/playwright#33566) for more details.
New Headless on the other hand is the real Chrome browser, and is thus more authentic, reliable, and offers more features. This makes it more suitable for high-accuracy end-to-end web app testing or browser extension testing.
See [issue #33566](microsoft/playwright#33566) for the list of possible breakages you could encounter and more details on Chromium headless. Please file an issue if you see any problems after opting in.
... (truncated)
Commits
ebf26a6 devops: make wheels smaller (use deflate zip compression) (#2662)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the prod-deps group in /apps/playwright-service with 2 updates: fastapi and playwright.
Updates
fastapi
from 0.111.0 to 0.115.5Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
f057f4a
🔖 Release version 0.115.5c6f021e
📝 Update release notes91a9293
♻️ Update internal checks to support Pydantic 2.10 (#12914)f716490
📝 Update release notesc178106
📝 Update includes fordocs/en/docs/tutorial/body.md
(#12757)88cc900
📝 Update release notes20809a1
⬆ [pre-commit.ci] pre-commit autoupdate (#12907)5a48c37
📝 Update release notes13892a3
📝 Update includes indocs/en/docs/advanced/testing-dependencies.md
(#12647)9467000
📝 Update release notesUpdates
playwright
from 1.44.0 to 1.49.0Release notes
Sourced from playwright's releases.
... (truncated)
Commits
ebf26a6
devops: make wheels smaller (use deflate zip compression) (#2662)f45782e
chore: roll to v1.49.0 (#2660)569d7c0
fix(select): handle empty values and labels in select options (#2661)c4df71c
build(deps): bump setuptools from 75.4.0 to 75.5.0 (#2654)923da5c
build(deps): bump the actions group with 3 updates (#2657)f2ba767
devops: update GitHub Action workflows1452881
fix(tracing): apiName determination with event listeners (#2651)c2dc664
devops: do not pin pytest-playwright for examples (#2647)4fd5de0
chore: convert setup.py to build (#2642)1e1122c
build(deps): bump wheel from 0.42.0 to 0.45.0 (#2638)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show