Update @web/test-runner-playwright to 0.11.1#62
Merged
siddharthkp merged 3 commits intodependabot/npm_and_yarn/npm_and_yarn-0c3072c8cffrom Nov 9, 2025
Merged
Conversation
Co-authored-by: siddharthkp <[email protected]>
Copilot
AI
changed the title
[WIP] Update @web/test-runner-playwright version to latest
Update @web/test-runner-playwright to 0.11.1
Nov 9, 2025
Contributor
|
@copilot Add "npx playwright install --with-deps" no the pretest step |
Co-authored-by: siddharthkp <[email protected]>
Contributor
Author
siddharthkp
approved these changes
Nov 9, 2025
f8b9dd1
into
dependabot/npm_and_yarn/npm_and_yarn-0c3072c8cf
8 checks passed
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Playwright testing infrastructure to a newer version and ensures browser binaries are automatically installed before tests run.
- Updated
@web/test-runner-playwrightfrom 0.11.0 to 0.11.1 - Updated Playwright from 1.34.3 to 1.56.1 with corresponding playwright-core update
- Added automatic Playwright browser installation with system dependencies to the pretest script
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps @web/test-runner-playwright to 0.11.1 and adds npx playwright install --with-deps to pretest script for automatic browser setup |
| package-lock.json | Reflects dependency updates including Playwright 1.56.1, playwright-core 1.56.1, and adds fsevents as an optional dependency; updates Node.js engine requirement to >=18 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Updates
@web/test-runner-playwrightfrom 0.11.0 to 0.11.1, the latest available version.Changes
@web/test-runner-playwrightto^0.11.1in package.jsonnpx playwright install --with-depsto the pretest script to ensure browsers are installed before running testsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.