Update browser testing dependencies to latest stable versions#65305
Update browser testing dependencies to latest stable versions#65305
Conversation
….57.0 Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates browser testing dependencies to their latest stable versions as part of routine maintenance for E2E testing infrastructure.
Changes:
- Updated Selenium WebDriver and Support packages from 4.38.0 to 4.40.0
- Updated Playwright package from 1.56.0 to 1.57.0
- Aligned Playwright Docker image to v1.57.0 to match the package version
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| eng/Versions.props | Updated version properties for Selenium (4.38.0 → 4.40.0) and Playwright (1.56.0 → 1.57.0) packages |
| src/Components/benchmarkapps/Wasm.Performance/dockerfile | Updated Playwright Docker image to v1.57.0-jammy-amd64 to align with package version |
Was there an API change in Selenium (in a patch?)? |
|
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
Update browser testing dependencies to latest stable versions
Updated Selenium and Playwright to latest stable releases.
Description
Version bumps for E2E testing dependencies:
Selenium (4.38.0 → 4.40.0)
SeleniumWebDriverVersionineng/Versions.propsSeleniumSupportVersionineng/Versions.propsPlaywright (1.56.0 → 1.57.0)
MicrosoftPlaywrightVersionineng/Versions.propsmcr.microsoft.com/playwright/dotnet:v1.57.0-jammy-amd64insrc/Components/benchmarkapps/Wasm.Performance/dockerfilePlaywright package and Docker image versions now aligned.
@dotnet/aspnet-build
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.