René's URL Explorer Experiment


Title: Bump playwright and @playwright/test by dependabot[bot] · Pull Request #129 · soderlind/wordpress-develop · GitHub

Open Graph Title: Bump playwright and @playwright/test by dependabot[bot] · Pull Request #129 · soderlind/wordpress-develop

X Title: Bump playwright and @playwright/test by dependabot[bot] · Pull Request #129 · soderlind/wordpress-develop

Description: Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from playwright's releases. v1.56.1 Highlights #37871 chore: allow local-network-access permission in chromium #37891 fix(agents): remove workspaceFolder ref from vscode mcp #37759 chore: rename agents to test agents #37757 chore(mcp): fallback to cwd when resolving test config Browser Versions Chromium 141.0.7390.37 Mozilla Firefox 142.0.1 WebKit 26.0 v1.56.0 Playwright Agents Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test: 🎭 planner explores the app and produces a Markdown test plan 🎭 generator transforms the Markdown plan into the Playwright Test files 🎭 healer executes the test suite and automatically repairs failing tests Run npx playwright init-agents with your client of choice to generate the latest agent definitions: # Generate agent files for each agentic loop # Visual Studio Code npx playwright init-agents --loop=vscode # Claude Code npx playwright init-agents --loop=claude # opencode npx playwright init-agents --loop=opencode [!NOTE] VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality! Learn more about Playwright Agents New APIs New methods page.consoleMessages() and page.pageErrors() for retrieving the most recent console messages from the page New method page.requests() for retrieving the most recent network requests from the page Added --test-list and --test-list-invert to allow manual specification of specific tests from a file UI Mode and HTML Reporter Added option to 'html' reporter to disable the "Copy prompt" button Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list Added option to UI Mode mirroring the --update-snapshots options Added option to UI Mode to run only a single worker at a time ... (truncated) Commits 54c7115 chore: revert "minimal vscode version notice" (#37892) 7d45eb3 chore: mark v1.56.1 (#37784) e6ef697 cherry-pick(#37871): chore: allow local-network-access permission in chromium 932542c cherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp 0662dd2 cherry-pick(#37759): chore: rename agents to test agents 919549e cherry-pick(#37758): docs: mention VS Code insiders in the agents docs e593c64 cherry-pick(#37757): chore(mcp): fallback to cwd when resolving test config a8a6e10 cherry-pick(#37755): chore(mcp): minimal vscode version notice f36b2ee cherry-pick(#37731): docs: add agents video to agents page (#37733) b6af258 cherry-pick(#37727): devops: fix NPM release step (#37728) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for playwright since your current version. Updates @playwright/test from 1.50.1 to 1.56.1 Release notes Sourced from @​playwright/test's releases. v1.56.1 Highlights #37871 chore: allow local-network-access permission in chromium #37891 fix(agents): remove workspaceFolder ref from vscode mcp #37759 chore: rename agents to test agents #37757 chore(mcp): fallback to cwd when resolving test config Browser Versions Chromium 141.0.7390.37 Mozilla Firefox 142.0.1 WebKit 26.0 v1.56.0 Playwright Agents Introducing Playwright Agents, three custom agent definitions designed to guide LLMs through the core process of building a Playwright test: 🎭 planner explores the app and produces a Markdown test plan 🎭 generator transforms the Markdown plan into the Playwright Test files 🎭 healer executes the test suite and automatically repairs failing tests Run npx playwright init-agents with your client of choice to generate the latest agent definitions: # Generate agent files for each agentic loop # Visual Studio Code npx playwright init-agents --loop=vscode # Claude Code npx playwright init-agents --loop=claude # opencode npx playwright init-agents --loop=opencode [!NOTE] VS Code v1.105 (currently on the VS Code Insiders channel) is needed for the agentic experience in VS Code. It will become stable shortly, we are a bit ahead of times with this functionality! Learn more about Playwright Agents New APIs New methods page.consoleMessages() and page.pageErrors() for retrieving the most recent console messages from the page New method page.requests() for retrieving the most recent network requests from the page Added --test-list and --test-list-invert to allow manual specification of specific tests from a file UI Mode and HTML Reporter Added option to 'html' reporter to disable the "Copy prompt" button Added option to 'html' reporter and UI Mode to merge files, collapsing test and describe blocks into a single unified list Added option to UI Mode mirroring the --update-snapshots options Added option to UI Mode to run only a single worker at a time ... (truncated) Commits 54c7115 chore: revert "minimal vscode version notice" (#37892) 7d45eb3 chore: mark v1.56.1 (#37784) e6ef697 cherry-pick(#37871): chore: allow local-network-access permission in chromium 932542c cherry-pick(#37891): fix(agents): remove workspaceFolder ref from vscode mcp 0662dd2 cherry-pick(#37759): chore: rename agents to test agents 919549e cherry-pick(#37758): docs: mention VS Code insiders in the agents docs e593c64 cherry-pick(#37757): chore(mcp): fallback to cwd when resolving test config a8a6e10 cherry-pick(#37755): chore(mcp): minimal vscode version notice f36b2ee cherry-pick(#37731): docs: add agents video to agents page (#37733) b6af258 cherry-pick(#37727): devops: fix NPM release step (#37728) Additional commits viewable in compare view Maintainer changes This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​playwright/test since your current version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from pla...

X Description: Bumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from pla...

Opengraph URL: https://github.com/soderlind/wordpress-develop/pull/129

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:a3757eab-8e69-5f4a-b285-cc757d9cc0dc
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9CCE:CDD1B:2D4E50D:39C9608:6991BF3C
html-safe-nonce950aceddaa69570bf1e3218df94536d8641b17c0002e64c308fced87ff98de52
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5Q0NFOkNERDFCOjJENEU1MEQ6MzlDOTYwODo2OTkxQkYzQyIsInZpc2l0b3JfaWQiOiIxMTc3NzMzOTk2MzAzNDY2MzAwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacaa35e15413c5066d82d108ea5ae64d230e22e38cb5d826de1bac7b1e49617c5e
hovercard-subject-tagpull_request:2930852666
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/soderlind/wordpress-develop/pull/129/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps playwright to 1.56.1 and updates ancestor dependency @playwright/test. These dependencies need to be updated together. Updates playwright from 1.50.1 to 1.56.1 Release notes Sourced from pla...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/soderlind/wordpress-develop git https://github.com/soderlind/wordpress-develop.git
octolytics-dimension-user_id1649452
octolytics-dimension-user_loginsoderlind
octolytics-dimension-repository_id432744181
octolytics-dimension-repository_nwosoderlind/wordpress-develop
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id75645659
octolytics-dimension-repository_parent_nwoWordPress/wordpress-develop
octolytics-dimension-repository_network_root_id75645659
octolytics-dimension-repository_network_root_nwoWordPress/wordpress-develop
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsoderlind%2Fwordpress-develop%2Fpull%2F129%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsoderlind%2Fwordpress-develop%2Fpull%2F129%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=soderlind%2Fwordpress-develop
Reloadhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
Reloadhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
Reloadhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
soderlind https://patch-diff.githubusercontent.com/soderlind
wordpress-develophttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop
WordPress/wordpress-develophttps://patch-diff.githubusercontent.com/WordPress/wordpress-develop
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop
Star 1 https://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop
Code https://patch-diff.githubusercontent.com/soderlind/wordpress-develop
Pull requests 59 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulls
Actions https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions
Projects 0 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/projects
Security 0 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/security
Insights https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulse
Code https://patch-diff.githubusercontent.com/soderlind/wordpress-develop
Pull requests https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulls
Actions https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions
Projects https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/projects
Security https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/security
Insights https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fsoderlind%2Fwordpress-develop%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fsoderlind%2Fwordpress-develop%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
trunkhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/tree/trunk
dependabot/npm_and_yarn/multi-a50d7f32cfhttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/tree/dependabot/npm_and_yarn/multi-a50d7f32cf
Conversation 0 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129
Commits 1 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/commits
Checks 38 https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
Files changed https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/files
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
Bump playwright and @playwright/test https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/soderlind/wordpress-develop/pull/129/checks
Props Bot on: pull_request_target https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102158
Generate a list of props https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102158/job/53204824597?pr=129
Props Bot on: pull_request_target https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102206
Props Bot on: pull_request_target https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102345
Generate a list of props https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102345/job/53204825255?pr=129
Pull Request Comments on: pull_request_target https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102349
post-welcome-message https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102349/job/53204838690?pr=129
Comment on a pull request with Playground details https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102349/job/53204835995?pr=129
Manage Trac ticket reminders for pull requests https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102349/job/53204825416?pr=129
Coding Standards on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102505
PHP coding standards https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102505/job/53204825754?pr=129
JavaScript coding standards https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102505/job/53204825676?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102505/job/53204825884?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102505/job/53204826079?pr=129
PHPUnit Tests on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513
PHP ${{ matrix.php }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204825791?pr=129
PHP ${{ matrix.php }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204838571?pr=129
PHP ${{ matrix.php }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204825835?pr=129
matrix.phpunit-test-groups https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204836258?pr=129
PHP ${{ matrix.php }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204825680?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204825928?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102513/job/53204826046?pr=129
Local Docker Environment on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102512
Build Test Matrix https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102512/job/53204825731?pr=129
PHP ${{ matrix.php }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102512/job/53204825937?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102512/job/53204825901?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102512/job/53204825931?pr=129
End-to-end Tests on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102522
Test with SCRIPT_DEBUG ${{ matrix.LOCAL_SCRIPT_DEBUG && 'enabled' || 'disabled' }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102522/job/53204825628?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102522/job/53204825838?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102522/job/53204825912?pr=129
Test Build Processes on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532
Core running from ${{ matrix.directory }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532/job/53204825909?pr=129
Core running from ${{ matrix.directory }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532/job/53204825797?pr=129
Gutenberg running from ${{ matrix.directory }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532/job/53204825739?pr=129
Gutenberg running from ${{ matrix.directory }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532/job/53204825992?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532/job/53204826060?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102532/job/53204826111?pr=129
Performance Tests on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102533
Determine Matrix https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102533/job/53204825946?pr=129
${{ matrix.multisite && 'Multisite' || 'Single Site' }} ${{ matrix.memcached && 'Memcached' || 'Default' }} https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102533/job/53204826373?pr=129
matrix.label https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102533/job/53204826463?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102533/job/53204826674?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102533/job/53204826552?pr=129
Check Built Files (PRs) on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102559
JavaScript Tests on: pull_request https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102591
QUnit Tests https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102591/job/53204826107?pr=129
Slack Notifications https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102591/job/53204826197?pr=129
Failed workflow tasks https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102591/job/53204826289?pr=129
Props Bot on: pull_request_target https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102704
Props Bot on: pull_request_target https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102777
Generate a list of props https://patch-diff.githubusercontent.com/soderlind/wordpress-develop/actions/runs/18662102777/job/53204827258?pr=129
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.