Skip to content

test(e2e): bump playwright 1.58.2 → 1.62.0 (image + client aligned) - #194

Merged
fabriziosalmi merged 1 commit into
mainfrom
test/e2e-playwright-1.62
Aug 2, 2026
Merged

test(e2e): bump playwright 1.58.2 → 1.62.0 (image + client aligned)#194
fabriziosalmi merged 1 commit into
mainfrom
test/e2e-playwright-1.62

Conversation

@fabriziosalmi

Copy link
Copy Markdown
Owner

Supersedes #189. Dependabot bumped only the runner image; this also bumps @playwright/test + lockfile so the version-locked browsers match. CI e2e validates.

🤖 Generated with Claude Code

… together)

Dependabot's #189 bumped only tests/e2e/Dockerfile to the v1.62.0-noble runner
image while tests/e2e/package.json stayed pinned at @playwright/test 1.58.2.
Playwright locks browsers to the test-runner version, so the mismatch made the
e2e suite fail immediately (tests aborting in ~1ms). This bumps both in lockstep
(Dockerfile image + @playwright/test + lockfile) so the runner and the client
match. Supersedes #189.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings August 2, 2026 10:43

Copilot AI left a comment

Copy link
Copy Markdown

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 aligns the Playwright E2E runner image and the @playwright/test npm dependency at v1.62.0 so that the version-locked browser binaries in the container match the Playwright client used by the test suite (superseding #189, which only bumped the image).

Changes:

  • Bump @playwright/test from 1.58.2 → 1.62.0 in tests/e2e/package.json.
  • Update tests/e2e/package-lock.json to the Playwright 1.62.0 dependency graph (including playwright/playwright-core).
  • Bump the Playwright Docker runner image tag/digest to v1.62.0-noble.

Reviewed changes

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

File Description
tests/e2e/package.json Pins @playwright/test to 1.62.0 to match the runner image’s Playwright version.
tests/e2e/package-lock.json Updates the lockfile to Playwright 1.62.0 packages so installed browsers/libs are consistent.
tests/e2e/Dockerfile Moves the test-runner base image to mcr.microsoft.com/playwright:v1.62.0-noble (digest pinned).
Files not reviewed (1)
  • tests/e2e/package-lock.json: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fabriziosalmi
fabriziosalmi merged commit 6f2d1f0 into main Aug 2, 2026
19 checks passed
@fabriziosalmi
fabriziosalmi deleted the test/e2e-playwright-1.62 branch August 2, 2026 11:15
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