Update Browser-Testing Dependencies: Playwright 1.53.0 → 1.54.0#62877
Merged
DeagleGross merged 2 commits intomainfrom Jul 23, 2025
Merged
Update Browser-Testing Dependencies: Playwright 1.53.0 → 1.54.0#62877DeagleGross merged 2 commits intomainfrom
DeagleGross merged 2 commits intomainfrom
Conversation
Co-authored-by: DeagleGross <31598696+DeagleGross@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Request Browser-Testing Dependencies Update
Update Browser-Testing Dependencies: Playwright 1.53.0 → 1.54.0
Jul 23, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the browser testing dependencies to keep the infrastructure current with the latest stable releases. The primary change is updating Playwright from version 1.53.0 to 1.54.0 to maintain reliable E2E testing and benchmarking capabilities.
Key changes:
- Updated Playwright version from 1.53.0 to 1.54.0 in version properties
- Updated corresponding Docker image to match the new Playwright version
- Selenium packages remain unchanged as they are already at latest stable versions
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updates MicrosoftPlaywrightVersion property from 1.53.0 to 1.54.0 |
| src/Components/benchmarkapps/Wasm.Performance/dockerfile | Updates Playwright Docker base image to v1.54.0-jammy-amd64 |
ilonatommy
approved these changes
Jul 23, 2025
wtgodbe
approved these changes
Jul 23, 2025
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.
This PR updates the browser testing dependencies to their latest stable versions as requested in the monthly dependency update issue.
Changes Made
Updated Playwright:
1.53.0→1.54.0MicrosoftPlaywrightVersionineng/Versions.propsmcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64insrc/Components/benchmarkapps/Wasm.Performance/dockerfileSelenium packages: No changes needed
Selenium.WebDriver: Already at latest stable4.34.0Selenium.Support: Already at latest stable4.34.0Validation
✅ All dependencies verified:
mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64exists and can be pulled from MCRAutomation Used
Used the existing automation script
eng/scripts/update-selenium-and-playwright-versions.ps1to identify the latest versions. The script confirmed:This ensures our browser testing infrastructure stays current with the latest stable releases for reliable E2E testing and benchmarking.
/cc @dotnet/aspnet-build
Fixes #62875.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.