👷 Update dependency @playwright/test to v1.59.1#4502
Open
renovate[bot] wants to merge 4 commits into
Open
Conversation
🎉 All green!❄️ No new flaky tests detected 🎯 Code Coverage (details) 🔗 Commit SHA: 398e207 | Docs | Datadog PR Page | Give us feedback! |
2815796 to
0cb3c1c
Compare
Bundles Sizes Evolution
🚀 CPU Performance
🧠 Memory Performance
|
852b6c1 to
c1b62aa
Compare
c1b62aa to
98dd5db
Compare
98dd5db to
731c7fc
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
- Refresh comments to reference 1.59 client and v1.59.1 protocol diff. - Translate Browser initializer: populate `browserName` from legacy `name` field, which 1.59 now requires on BrowserInitializer. - Synthesise a Debugger channel on BrowserContext: 1.59 requires `BrowserContextInitializer.debugger`, but the 1.40 server has no such channel. Emit a synthetic `__create__` for an empty Debugger and inject the reference into the context initializer. - Inject a best-effort `timestamp` on `console` events from BrowserContext, which 1.59 requires on BrowserContextConsoleEvent. - Change `rewriteServerToClient` to return an array of messages so a single upstream message can produce multiple downstream messages (needed for the synthetic Debugger create).
a21ea3f to
14c42eb
Compare
The deferred setTimeout path used handleResource which routes through the task queue's requestIdleCallback. That callback can fire after the click action's PAGE_ACTIVITY_END_DELAY window closes, leaving the resource uncounted by its parent action. Notify the lifecycle synchronously once the matching delay elapses so the resource is attributed correctly.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.58.2→1.59.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
microsoft/playwright (@playwright/test)
v1.59.1Compare Source
v1.59.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.