Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 9, 2025

Completes the Playwright 1.56.1 upgrade by updating the test runner adapter and ensuring browsers are installed before tests run.

Changes:

  • Bump @web/test-runner-playwright from 0.11.0 to 0.11.1 for compatibility with Playwright 1.56.1
  • Add npx playwright install --with-deps to pretest script to auto-install browsers and system dependencies

The pretest script now runs: npx playwright install --with-deps && npm run build before test execution.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…ll to pretest

Co-authored-by: siddharthkp <1863771+siddharthkp@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 9, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • esm.ubuntu.com
    • Triggering command: /usr/lib/apt/methods/https (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Bump playwright version in npm_and_yarn group Update @web/test-runner-playwright to 0.11.1 and add browser installation to pretest Nov 9, 2025
Copilot AI requested a review from siddharthkp November 9, 2025 18:37
Copilot finished work on behalf of siddharthkp November 9, 2025 18:37
@siddharthkp siddharthkp marked this pull request as ready for review November 9, 2025 18:40
@siddharthkp siddharthkp requested a review from a team as a code owner November 9, 2025 18:40
Copilot AI review requested due to automatic review settings November 9, 2025 18:40
@siddharthkp siddharthkp merged commit b4e03dc into dependabot/npm_and_yarn/npm_and_yarn-0c3072c8cf Nov 9, 2025
Copy link
Contributor

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 test infrastructure by upgrading the Playwright test runner and ensuring browser dependencies are installed before running tests.

  • Upgraded @web/test-runner-playwright from version 0.11.0 to 0.11.1
  • Added automatic Playwright browser installation with dependencies to the pretest script
  • Updated dependency metadata in package-lock.json to reflect the new version and its Playwright 1.53.0 dependency

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updated pretest script to install Playwright browsers/deps and bumped test-runner-playwright to 0.11.1
package-lock.json Updated lockfile with new version of @web/test-runner-playwright and its Playwright 1.53.0 dependency

💡 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