Update Browser-Testing Dependencies: Playwright 1.53.0 → 1.54.0 #62877
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.0
MicrosoftPlaywrightVersion
ineng/Versions.props
mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64
insrc/Components/benchmarkapps/Wasm.Performance/dockerfile
Selenium packages: No changes needed
Selenium.WebDriver
: Already at latest stable4.34.0
Selenium.Support
: Already at latest stable4.34.0
Validation
✅ All dependencies verified:
mcr.microsoft.com/playwright/dotnet:v1.54.0-jammy-amd64
exists and can be pulled from MCRAutomation Used
Used the existing automation script
eng/scripts/update-selenium-and-playwright-versions.ps1
to 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.