Skip to content

Conversation

@dopry
Copy link
Owner

@dopry dopry commented Nov 2, 2025

No description provided.

@dopry dopry requested a review from Copilot November 2, 2025 02:31
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 optimizes CI performance by using a pre-configured Playwright container image that includes browser dependencies, eliminating the need for installation time during workflow execution.

  • Adds the official Microsoft Playwright container (v1.56.1-noble) to the GitHub Actions workflow
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:52

  • The 'playwright install chromium --with-deps' step is now redundant since the Playwright container (line 26) already includes pre-installed browsers and dependencies. This step should be removed to improve CI performance and avoid unnecessary installation time.
      - name: playwright install, required for e2e tests
        run: npx playwright install chromium --with-deps

@dopry dopry force-pushed the chore/streamline-playwright-install branch from 5a96322 to 61fa59f Compare November 2, 2025 02:38
@dopry dopry merged commit b94c3b4 into next Nov 2, 2025
1 check passed
@dopry dopry deleted the chore/streamline-playwright-install branch November 2, 2025 03:02
@github-actions
Copy link

github-actions bot commented Nov 2, 2025

🎉 This PR is included in version 1.2.0-next.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Nov 2, 2025

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants