Skip to content

Update browser testing dependencies: Selenium 4.41.0, Playwright 1.58.0 - #65679

Merged
ilonatommy merged 2 commits into
mainfrom
update-browser-testing-deps-2026-03
Mar 6, 2026
Merged

Update browser testing dependencies: Selenium 4.41.0, Playwright 1.58.0#65679
ilonatommy merged 2 commits into
mainfrom
update-browser-testing-deps-2026-03

Conversation

@ilonatommy

Copy link
Copy Markdown
Member

Update browser testing dependencies: Selenium 4.41.0, Playwright 1.58.0

  • You've read the Contributor Guide
  • You've included unit or integration tests for the changes, or they are not applicable
  • You've included inline docs or they are not applicable
  • There's an open issue for the PR that you are making here

Update Selenium and Playwright to latest stable versions.

Description

Updates browser automation dependencies across E2E tests and benchmarking infrastructure:

  • Selenium: 4.40.0 → 4.41.0 (Selenium.WebDriver, Selenium.Support)
  • Playwright: 1.57.0 → 1.58.0 (NuGet package and Docker image)

Files modified:

  • eng/Versions.props: Package version properties
  • src/Components/benchmarkapps/Wasm.Performance/dockerfile: Docker image tag v1.57.0-jammy-amd64v1.58.0-jammy-amd64

Docker 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

@ilonatommy
ilonatommy requested review from a team and wtgodbe as code owners March 6, 2026 10:58
Copilot AI review requested due to automatic review settings March 6, 2026 10:58
@ilonatommy ilonatommy added the area-blazor Includes: Blazor, Razor Components label Mar 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-amd64 to v1.58.0-jammy-amd64 in 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)

@ilonatommy

Copy link
Copy Markdown
Member Author

/ba-g Template test failures are being investigated in #65676 and are not connected.

@ilonatommy
ilonatommy merged commit ea6182a into main Mar 6, 2026
30 of 31 checks passed
@ilonatommy
ilonatommy deleted the update-browser-testing-deps-2026-03 branch March 6, 2026 18:03
@dotnet-policy-service dotnet-policy-service Bot added this to the 11.0-preview3 milestone Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request Browser-Testing Dependencies Update

3 participants