-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency @playwright/test to v1.50.0 #7
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/playwright-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.46.1
chore(deps): update dependency @playwright/test to v1.47.0
Sep 6, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
September 6, 2024 02:27
b2b9af2
to
876583f
Compare
✅ Deploy Preview for markuplint-playground ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.47.0
chore(deps): update dependency @playwright/test to v1.47.1
Sep 13, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
September 13, 2024 17:53
876583f
to
da58de8
Compare
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.47.1
chore(deps): update dependency @playwright/test to v1.47.2
Sep 21, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
September 21, 2024 11:49
da58de8
to
d0d7897
Compare
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.47.2
chore(deps): update dependency @playwright/test to v1.48.0
Oct 9, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
October 9, 2024 02:41
d0d7897
to
172d167
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
October 16, 2024 20:58
172d167
to
dd94aff
Compare
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.48.0
chore(deps): update dependency @playwright/test to v1.48.1
Oct 16, 2024
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.48.1
chore(deps): update dependency @playwright/test to v1.48.2
Oct 26, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
October 26, 2024 05:27
dd94aff
to
156516c
Compare
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.48.2
chore(deps): update dependency @playwright/test to v1.49.0
Nov 19, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
November 19, 2024 05:25
156516c
to
2bc9764
Compare
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.49.0
chore(deps): update dependency @playwright/test to v1.49.1
Dec 11, 2024
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
December 11, 2024 17:15
2bc9764
to
8fd02b2
Compare
renovate
bot
force-pushed
the
renovate/playwright-monorepo
branch
from
January 25, 2025 07:46
8fd02b2
to
2ff86df
Compare
renovate
bot
changed the title
chore(deps): update dependency @playwright/test to v1.49.1
chore(deps): update dependency @playwright/test to v1.50.0
Jan 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.46.0
->1.50.0
Release Notes
microsoft/playwright (@playwright/test)
v1.50.0
Compare Source
Test runner
New option
timeout
allows specifying a maximum run time for an individual test step. A timed-out step will fail the execution of the test.New method test.step.skip() to disable execution of a test step.
Expanded expect(locator).toMatchAriaSnapshot() to allow storing of aria snapshots in separate YAML files.
Added method expect(locator).toHaveAccessibleErrorMessage() to assert the Locator points to an element with a given aria errormessage.
Option testConfig.updateSnapshots added the configuration enum
changed
.changed
updates only the snapshots that have changed, whereasall
now updates all snapshots, regardless of whether there are any differences.New option testConfig.updateSourceMethod defines the way source code is updated when testConfig.updateSnapshots is configured. Added
overwrite
and3-way
modes that write the changes into source code, on top of existingpatch
mode that creates a patch file.npx playwright test --update-snapshots=changed --update-source-method=3way
Option testConfig.webServer added a
gracefulShutdown
field for specifying a process kill signal other than the defaultSIGKILL
.Exposed testStep.attachments from the reporter API to allow retrieval of all attachments created by that step.
UI updates
canvas
content in traces is error-prone. Display is now disabled by default, and can be enabled via theDisplay canvas content
UI setting.Call
andNetwork
panels now display additional time information.Breaking
<input>
,<select>
, or a number of other editable elements.all
, rather than only the failed/changed snapshots. Use the new enumchanged
to keep the old functionality of only updating the changed snapshots.Browser Versions
This version was also tested against the following stable channels:
v1.49.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33802 - [Bug]: Codegen's Clear button doesn't work if not recordinghttps://github.com/microsoft/playwright/issues/338066 - [Bug]: playwright hangs while waiting for pending navigationhttps://github.com/microsoft/playwright/issues/3378787 - [Bug]: VSC extension isn't capturing all entered tehttps://github.com/microsoft/playwright/issues/33788788 - [Regression]: Double clicking the steps in trace viewer doesn't filter actihttps://github.com/microsoft/playwright/issues/337723772 - [Bug]: aria_snapshot generates invalid yaml when combined with an aria-label attrhttps://github.com/microsoft/playwright/issues/3379133791 - [Bug]: text input with number value raises "container is not iterable" with to_match_aria_snahttps://github.com/microsoft/playwright/issues/33644/33644 - [Bug]: getByRole can't find element with the accessible name from label element when aria-labelledby is nothttps://github.com/microsoft/playwright/issues/33660s/33660 - [Regression]: Unable to open Playwright UI in Dark Mode
Browser Versions
This version was also tested against the following stable channels:
v1.49.0
Compare Source
v1.48.2
Compare Source
v1.48.1
Compare Source
Highlights
https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height
Browser Versions
This version was also tested against the following stable channels:
v1.48.0
Compare Source
v1.47.2
Compare Source
Highlights
https://github.com/microsoft/playwright/pull/32699- [REGRESSION]: fix(codegen): use content_frame property in python/.NEThttps://github.com/microsoft/playwright/issues/327066- [REGRESSION]: page.pause() does not pause test timeout after 1.4https://github.com/microsoft/playwright/pull/3266161 - fix(trace-viewer): time delta between local and remote actions
Browser Versions
This version was also tested against the following stable channels:
v1.47.1
Compare Source
v1.47.0
Compare Source
v1.46.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.