Skip to content

chore: Update Playwright Docker image to v1.56.1 for CI compatibility#7691

Open
v-sohmondal wants to merge 5 commits intomainfrom
users/v-sohmondal/test-playwright-docker-update
Open

chore: Update Playwright Docker image to v1.56.1 for CI compatibility#7691
v-sohmondal wants to merge 5 commits intomainfrom
users/v-sohmondal/test-playwright-docker-update

Conversation

@v-sohmondal
Copy link
Copy Markdown
Contributor

@v-sohmondal v-sohmondal commented Oct 22, 2025

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 image
  • Dockerfile - Docker build configuration

The 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

  • Addresses an existing issue: chore(deps-dev): Bump playwright from 1.48.2 to 1.56.1 #7688
  • Ran yarn fastpass
  • Added/updated relevant unit test(s) (and ran yarn test)
  • Verified code coverage for the changes made. Check coverage report at: <rootDir>/test-results/unit/coverage
  • PR title AND final merge commit title both start with a semantic tag (fix:, chore:, feat(feature-name):, refactor:). See CONTRIBUTING.md.
  • (UI changes only) Added screenshots/GIFs to description above - n/a
  • (UI changes only) Verified usability with NVDA/JAWS - n/a

dependabot Bot and others added 3 commits October 21, 2025 08:14
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>
@v-sohmondal v-sohmondal force-pushed the users/v-sohmondal/test-playwright-docker-update branch from f9b7045 to c827d81 Compare October 22, 2025 09:33
@v-chekreddy v-chekreddy marked this pull request as ready for review February 27, 2026 06:34
@v-chekreddy v-chekreddy requested a review from a team as a code owner February 27, 2026 06:34
Comment thread .github/workflows/ci.yml
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