Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 3, 2025

Playwright 1.56.1 requires browser binaries to be installed separately, causing CI test failures. Browser downloads are currently failing due to Azure CDN issues affecting npx playwright install.

Changes

  • Use official Playwright Docker container (mcr.microsoft.com/playwright:v1.56.1-noble) in GitHub Actions workflow
  • Remove browser installation step (pre-installed in container)

This is the recommended approach for CI environments and avoids network-dependent installation steps.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits November 3, 2025 14:45
Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Co-authored-by: TylerJDev <26746305+TylerJDev@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Nov 3, 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] Make requested changes to #59 Fix CI failures from Playwright 1.56.1 upgrade Nov 3, 2025
Copilot finished work on behalf of TylerJDev November 3, 2025 14:52
Copilot AI requested a review from TylerJDev November 3, 2025 14:52
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.

3 participants