-
Notifications
You must be signed in to change notification settings - Fork 167
chore: Update Playwright Docker image to v1.56.1 for CI compatibility #7691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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] <[email protected]>
|
@v-sohmondal please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
f9b7045 to
c827d81
Compare
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.