Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 9, 2025

Updates @web/test-runner-playwright from 0.11.0 to 0.11.1, the latest available version.

Changes

  • Bumped @web/test-runner-playwright to ^0.11.1 in package.json
  • Updated package-lock.json (also upgrades transitive Playwright dependency from 1.34.3 to 1.56.1)
  • Added npx playwright install --with-deps to the pretest script to ensure browsers are installed before running tests
Original prompt

update @web/test-runner-playwright version to latest


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

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
Copilot AI requested a review from siddharthkp November 9, 2025 18:02
Copilot finished work on behalf of siddharthkp November 9, 2025 18:02
@siddharthkp
Copy link
Contributor

@copilot Add "npx playwright install --with-deps" no the pretest step

Copy link
Contributor Author

Copilot AI commented Nov 9, 2025

@copilot Add "npx playwright install --with-deps" no the pretest step

Done. Added npx playwright install --with-deps to the pretest script in commit 9c16fab.

Copilot finished work on behalf of siddharthkp November 9, 2025 18:12
@siddharthkp siddharthkp marked this pull request as ready for review November 9, 2025 18:13
@siddharthkp siddharthkp requested a review from a team as a code owner November 9, 2025 18:13
Copilot AI review requested due to automatic review settings November 9, 2025 18:13
@siddharthkp siddharthkp changed the base branch from main to dependabot/npm_and_yarn/npm_and_yarn-0c3072c8cf November 9, 2025 18:14
@siddharthkp siddharthkp merged commit f8b9dd1 into dependabot/npm_and_yarn/npm_and_yarn-0c3072c8cf Nov 9, 2025
8 checks passed
@siddharthkp siddharthkp deleted the copilot/update-web-test-runner-playwright branch November 9, 2025 18:15
Copy link

Copilot AI left a 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-playwright from 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants