Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 9, 2025

Playwright 1.56.1 requires explicit browser installation before running tests. The CI was failing because browsers were not available when tests executed.

Changes

  • Added npx playwright install --with-deps to the pretest script in package.json to ensure Playwright browsers are installed before test execution
"pretest": "npm run build && npx playwright install --with-deps"

This ensures the test environment has the necessary browser binaries for the @web/test-runner-playwright integration.


💡 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.

Copilot AI changed the title [WIP] Bump playwright version from 1.34.3 to 1.56.1 Add Playwright browser installation to pretest step Nov 9, 2025
Copilot AI requested a review from siddharthkp November 9, 2025 18:18
@siddharthkp siddharthkp closed this Nov 9, 2025
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