-
Notifications
You must be signed in to change notification settings - Fork 26
Update @web/test-runner-playwright to 0.11.1 #62
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
Update @web/test-runner-playwright to 0.11.1 #62
Conversation
Co-authored-by: siddharthkp <[email protected]>
|
@copilot Add "npx playwright install --with-deps" no the pretest step |
Co-authored-by: siddharthkp <[email protected]>
f8b9dd1
into
dependabot/npm_and_yarn/npm_and_yarn-0c3072c8cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
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.