chore: Update Playwright Docker image to v1.56.1 for CI compatibility#7691
Open
v-sohmondal wants to merge 5 commits intomainfrom
Open
chore: Update Playwright Docker image to v1.56.1 for CI compatibility#7691v-sohmondal wants to merge 5 commits intomainfrom
v-sohmondal wants to merge 5 commits intomainfrom
Conversation
Bumps [playwright](https://github.com/microsoft/playwright) from 1.48.2 to 1.56.1. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.48.2...v1.56.1) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
f9b7045 to
c827d81
Compare
v-viyada
reviewed
Mar 23, 2026
…t-playwright-docker-update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
This PR updates the Playwright Docker image version in CI configuration files to match the Playwright dependency upgrade from v1.48.2 to v1.56.1 (Dependabot PR #7688).
Motivation
Addresses CI E2E test failures in Dependabot PR #7688. The tests were failing because the CI Docker container was using an outdated Playwright image (v1.48.2) while the package.json was updated to v1.56.1.
Context
This PR only updates the Docker image versions in:
.github/workflows/ci.yml- CI workflow container imageDockerfile- Docker build configurationThe actual Playwright package upgrade (package.json and yarn.lock) is handled separately in the Dependabot PR #7688. This branch is for testing the Docker image update before applying it to the Dependabot PR.
Pull request checklist
yarn fastpassyarn test)<rootDir>/test-results/unit/coveragefix:,chore:,feat(feature-name):,refactor:). SeeCONTRIBUTING.md.