Skip to content

[build-ops] Update browser-testing dependencies: Selenium 4.44.0, Playwright 1.59.0 #555

@DeagleGross

Description

@DeagleGross

Summary

Updates the browser-testing NuGet dependencies to their latest stable versions.

Changes

Package Previous Updated
Selenium.WebDriver 4.41.0 4.44.0
Selenium.Support 4.41.0 4.44.0
Microsoft.Playwright 1.58.0 1.59.0
Playwright Docker image (Wasm.Performance/dockerfile) v1.58.0-jammy-amd64 v1.59.0-jammy-amd64

Files Modified

  • eng/Versions.props — version variables updated
  • src/Components/benchmarkapps/Wasm.Performance/dockerfile — Playwright Docker image tag updated to match

Notes

  • Selenium.WebDriver and Selenium.Support are kept on the same version (4.44.0) as required.
  • The Playwright Docker image tag in the dockerfile is consistent with MicrosoftPlaywrightVersion in eng/Versions.props.

Generated by Update Browser-Testing Dependencies (Selenium & Playwright) · sonnet46 4.5M ·


Note

This was originally intended as a pull request, but the git push operation failed.

Workflow Run: View run details and download bundle artifact

The bundle file is available in the agent artifact in the workflow run linked above.

To create a pull request with the changes:

# Download the artifact from the workflow run
gh run download 26734438425 -n agent -D /tmp/agent-26734438425

# Fetch the bundle into a temporary ref, then update the local branch
git fetch /tmp/agent-26734438425/aw-update-browser-testing-deps-20260601.bundle refs/heads/update-browser-testing-deps-20260601:refs/bundles/create-pr-update-browser-testing-deps-20260601-37a0041ee5cb4e20-3e5c8e5a
git update-ref refs/heads/update-browser-testing-deps-20260601-37a0041ee5cb4e20 refs/bundles/create-pr-update-browser-testing-deps-20260601-37a0041ee5cb4e20-3e5c8e5a
git checkout update-browser-testing-deps-20260601-37a0041ee5cb4e20
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d refs/bundles/create-pr-update-browser-testing-deps-20260601-37a0041ee5cb4e20-3e5c8e5a

# Push the branch to origin
git push origin update-browser-testing-deps-20260601-37a0041ee5cb4e20

# Create the pull request
gh pr create --title '[build-ops] Update browser-testing dependencies: Selenium 4.44.0, Playwright 1.59.0' --base main --head update-browser-testing-deps-20260601-37a0041ee5cb4e20 --repo DeagleGross/aspnetcore

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions