Update browser testing dependencies: Selenium 4.41.0, Playwright 1.58.0 - #65679
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a routine monthly update of browser testing dependencies used across E2E tests and benchmarking infrastructure in the ASP.NET Core repository, bumping Selenium from 4.40.0 to 4.41.0 and Playwright from 1.57.0 to 1.58.0.
Changes:
- Updated Selenium.WebDriver and Selenium.Support package versions from 4.40.0 to 4.41.0 in
eng/Versions.props - Updated Microsoft.Playwright NuGet package version from 1.57.0 to 1.58.0 in
eng/Versions.props - Updated Playwright Docker image tag from
v1.57.0-jammy-amd64tov1.58.0-jammy-amd64in the Wasm.Performance benchmark Dockerfile
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
eng/Versions.props |
Bumps MicrosoftPlaywrightVersion to 1.58.0, SeleniumSupportVersion and SeleniumWebDriverVersion to 4.41.0 |
src/Components/benchmarkapps/Wasm.Performance/dockerfile |
Updates Playwright Docker image tag to match the NuGet package version (v1.58.0) |
Member
Author
|
/ba-g Template test failures are being investigated in #65676 and are not connected. |
wtgodbe
approved these changes
Mar 6, 2026
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.
Update browser testing dependencies: Selenium 4.41.0, Playwright 1.58.0
Update Selenium and Playwright to latest stable versions.
Description
Updates browser automation dependencies across E2E tests and benchmarking infrastructure:
Selenium.WebDriver,Selenium.Support)Files modified:
eng/Versions.props: Package version propertiessrc/Components/benchmarkapps/Wasm.Performance/dockerfile: Docker image tagv1.57.0-jammy-amd64→v1.58.0-jammy-amd64Docker image version aligned with NuGet package version.
cc @dotnet/aspnet-build
Original issue
This PR addresses the monthly browser testing dependencies update tracked in #65572.
Created by the build-ops rotation engineer using the selenium-update skill.
Fixes #65572