Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 11, 2025

Update browser testing dependencies to latest stable versions

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Update Selenium and Playwright to latest stable releases

Description

Updates browser automation dependencies for E2E testing and benchmarking:

Selenium (4.36.0 → 4.38.0)

  • SeleniumWebDriverVersion in eng/Versions.props
  • SeleniumSupportVersion in eng/Versions.props

Playwright (1.55.0 → 1.56.0)

  • MicrosoftPlaywrightVersion in eng/Versions.props
  • Docker image mcr.microsoft.com/playwright/dotnet in src/Components/benchmarkapps/Wasm.Performance/dockerfile updated to v1.56.0-jammy-amd64

Package versions synchronized with corresponding Docker image versions. No vulnerabilities detected.

cc @dotnet/aspnet-build

Fixes #{issue_number}

Original prompt

This section details on the original issue you should resolve

<issue_title>Request Browser-Testing Dependencies Update</issue_title>
<issue_description>## Description

Selenium is used in the aspnetcore repo for automated E2E integration testing.
Playwright is used in the aspnetcore repo for some benchmarking apps. We need to ensure the docker file and the package version match.

Instructions

To update the Selenium and Playwright versions, these files need to be updated:

Packages

Actions

Please, open the PR against main branch and include changes to the files listed above.

Also:

  • mention @dotnet/aspnet-build in the opened Pull Request - this will be a responsible engineer for changes validation.
  • add the build-ops label to the opened Pull Request
    </issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: halter73 <54385+halter73@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Selenium and Playwright versions for E2E testing Update browser testing dependencies to latest stable versions Nov 11, 2025
Copilot AI requested a review from halter73 November 11, 2025 00:32
Copilot finished work on behalf of halter73 November 11, 2025 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request Browser-Testing Dependencies Update

2 participants