You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Summary
Updates the browser-testing NuGet dependencies to their latest stable versions.
Changes
Selenium.WebDriverSelenium.SupportMicrosoft.PlaywrightWasm.Performance/dockerfile)v1.58.0-jammy-amd64v1.59.0-jammy-amd64Files Modified
eng/Versions.props— version variables updatedsrc/Components/benchmarkapps/Wasm.Performance/dockerfile— Playwright Docker image tag updated to matchNotes
MicrosoftPlaywrightVersionineng/Versions.props.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
agentartifact in the workflow run linked above.To create a pull request with the changes: