Skip to content

chore(deps): bump path-to-regexp from 8.3.0 to 8.4.0 in /packages/playwright-core/bundles/mcp#39920

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/packages/playwright-core/bundles/mcp/path-to-regexp-8.4.0
Closed

chore(deps): bump path-to-regexp from 8.3.0 to 8.4.0 in /packages/playwright-core/bundles/mcp#39920
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/packages/playwright-core/bundles/mcp/path-to-regexp-8.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps path-to-regexp from 8.3.0 to 8.4.0.

Release notes

Sourced from path-to-regexp's releases.

8.4.0

Important

Fixed

Changed

  • Dedupes regex prefixes (pillarjs/path-to-regexp#422)
    • This will result in shorter regular expressions for some cases using optional groups
  • Rejects large optional route combinations (pillarjs/path-to-regexp#424)
    • When using groups such as /users{/delete} it will restrict the number of generated combinations to < 256, equivalent to 8 top-level optional groups and unlikely to occur in a real world application, but avoids exploding the regex size for applications that accept user created routes
Commits

Dependabot compatibility score

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 show <dependency name> 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.

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 28, 2026
@github-actions github-actions bot closed this Mar 28, 2026
@github-actions github-actions bot removed dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 28, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@github-actions github-actions bot reopened this Mar 28, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 1"

5 flaky ⚠️ [installation tests] › playwright-cli.spec.ts:21 › cli should work `@package-installations-macos-latest`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@chromium-ubuntu-22.04-node20`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@chromium-ubuntu-22.04-node22`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`
⚠️ [webkit-page] › page/page-leaks.spec.ts:107 › fill should not leak `@webkit-ubuntu-22.04-node20`

39040 passed, 845 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "MCP"

1 failed
❌ [msedge] › mcp/files.spec.ts:106 › clicking on download link emits download @mcp-windows-latest

6279 passed, 350 skipped


Merge workflow run.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/playwright-core/bundles/mcp/path-to-regexp-8.4.0 branch March 28, 2026 18:35
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests others"

2 fatal errors, not part of any test

1 flaky ⚠️ [electron-page] › page/page-event-console.spec.ts:252 › should have timestamp in consoleMessages `@electron-windows-latest`
1 interrupted ⚠️ [electron-page] › page/page-keyboard.spec.ts:320 › should throw on unknown keys `@electron-macos-latest`

17254 passed, 613 skipped, 781 did not run


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

Test results for "tests 2"

7 fatal errors, not part of any test
37 failed
❌ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/chromium/disable-web-security.spec.ts:47 › test init script w/ --disable-web-security @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/emulation-focus.spec.ts:42 › should provide target for keyboard events @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/emulation-focus.spec.ts:65 › should not affect mouse event target page @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/emulation-focus.spec.ts:87 › should change document.activeElement @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/emulation-focus.spec.ts:104 › should not affect screenshots @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/proxy.spec.ts:252 › should bypass proxy for 127.0.0.1 when 127.0.0.1 is in bypass list @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/proxy.spec.ts:270 › should use socks proxy @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/proxy.spec.ts:280 › should use socks proxy in second page @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/proxy.spec.ts:296 › does launch without a port @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/proxy.spec.ts:333 › should use SOCKS proxy for websocket requests @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/proxy.spec.ts:368 › should use http proxy for websocket requests @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/screenshot.spec.ts:25 › page screenshot › should run in parallel in multiple pages @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/signals.spec.ts:79 › signals › should close the browser on SIGINT @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/page-event-crash.spec.ts:40 › should emit crash event when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:47 › should throw on any action after page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:60 › should cancel waitForEvent when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:68 › should cancel navigation when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:78 › should be able to close context when page crashes @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/downloads-path.spec.ts:91 › downloads path › should accept downloads in persistent context @msedge-dev-windows-latest
❌ [chromium-library] › library/downloads-path.spec.ts:105 › downloads path › should delete downloads when persistent context closes @msedge-dev-windows-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:40 › should emit crash event when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:47 › should throw on any action after page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:60 › should cancel waitForEvent when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:68 › should cancel navigation when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:78 › should be able to close context when page crashes @chromium-ubuntu-24.04
❌ [chromium-library] › library/page-event-crash.spec.ts:40 › should emit crash event when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:47 › should throw on any action after page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:60 › should cancel waitForEvent when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:68 › should cancel navigation when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/page-event-crash.spec.ts:78 › should be able to close context when page crashes @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/beforeunload.spec.ts:55 › should run beforeunload if asked for @smoke @msedge-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file @chromium-tip-of-tree-macos-14-large--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:722 › run-server › should upload large file @chromium-tip-of-tree-macos-14-large--headed
❌ [firefox-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file @firefox-macos-14-large
❌ [firefox-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file @firefox-macos-15-large

170 flaky ⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/download.spec.ts:503 › download event › should download large binary.zip `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-basic.spec.ts:190 › should not report frameless pages on error `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:547 › should(not) block third party cookies - persistent context `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-fetch.spec.ts:1263 › should work with connectOverCDP `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-network-event.spec.ts:21 › BrowserContext.Events.Request `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:142 › should keep selection in multiple pages `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:101 › MV3 › should give access to the service worker when recording video `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/debug-controller.spec.ts:142 › should reset for reuse `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/debug-controller.spec.ts:160 › should highlight all `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/page-clock.spec.ts:264 › stubTimers › replaces global performance.now `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/page-close.spec.ts:152 › should not treat navigations as new popups `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/signals.spec.ts:25 › should close the browser when the node process closes `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/tracing.spec.ts:210 › should respect tracesDir and name `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/tracing.spec.ts:370 › should survive browser.close with auto-created traces dir `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:215 › screencast › should continue recording main page after popup closes `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:96 › should work with noopener and about:blank `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-page] › page/page-navigation.spec.ts:36 › should work with _blank target in form `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-page] › page/elementhandle-misc.spec.ts:27 › should hover when Node is removed `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@tracing-chromium`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/video.spec.ts:357 › screencast › should capture navigation `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:154 › reuse connect › should reset serviceworker that hangs in importScripts `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/download.spec.ts:417 › download event › should close the context without awaiting the failed download `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:670 › cli codegen › should consume contextmenu events, despite a custom context menu `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/inspector/console-api.spec.ts:36 › should support playwright.$, playwright.$$ `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/inspector/pause.spec.ts:23 › should resume when closing inspector `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:245 › screencast › should expose video path `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:558 › screencast › should capture static page in persistent context @smoke `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/download.spec.ts:503 › download event › should download large binary.zip `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@chrome-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/download.spec.ts:136 › download event › should report downloads for download attribute `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:20 › cli codegen › should contain open page `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/inspector/console-api.spec.ts:36 › should support playwright.$, playwright.$$ `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/inspector/recorder-api.spec.ts:49 › should click `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1720 › should serve css without content-type `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:152 › should support closing the page after a previous dismiss `@msedge-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:170 › should support closing the page via a subsequent onbeforeunload dialog `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:143 › should fire page lifecycle events `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:21 › should not be visible in context.pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:330 › should exclude patterns `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:116 › reuse launch › should reset serviceworker `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:254 › reuse connect › should ignore binding from beforeunload `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-timezone-id.spec.ts:50 › should throw for invalid timezone IDs when creating pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:116 › should not break page.close() `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:40 › addLocatorHandler should throw when page closes `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:65 › should set the page close state `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:79 › should terminate network waiters `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:124 › should not throw UnhandledPromiseRejection when page closes `@msedge-macos-latest`
⚠️ [chromium-library] › library/screenshot.spec.ts:25 › page screenshot › should run in parallel in multiple pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:55 › should run beforeunload if asked for @smoke `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:360 › reuse connect › should work with routeWebSocket `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-windows-latest`
⚠️ [chromium-page] › page/page-event-console.spec.ts:252 › should have timestamp in consoleMessages `@chromium-windows-latest`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file `@chromium-macos-15-large`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1402 › should pick locator in iframe `@chromium-macos-15-large`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:152 › should take screenshot `@chromium-macos-14-xlarge`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file `@chromium-macos-14-large`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:722 › run-server › should upload large file `@chromium-macos-14-large`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-user-agent.spec.ts:110 › should override navigator.platform to match custom user agent `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:503 › download event › should download large binary.zip `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:704 › should convert navigation to a resource with unsupported mime type into download `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/proxy.spec.ts:127 › should allow bypassing 127.0.0.1 requests `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:547 › should(not) block third party cookies - persistent context `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:116 › reuse launch › should reset serviceworker `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:154 › reuse launch › should reset serviceworker that hangs in importScripts `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:199 › reuse launch › should not cache resources `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:360 › reuse connect › should work with routeWebSocket `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-user-agent.spec.ts:110 › should override navigator.platform to match custom user agent `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:503 › download event › should download large binary.zip `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:704 › should convert navigation to a resource with unsupported mime type into download `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/download.spec.ts:727 › should download successfully when routing `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/downloads-path.spec.ts:91 › downloads path › should accept downloads in persistent context `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/proxy.spec.ts:127 › should allow bypassing 127.0.0.1 requests `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API `@chrome-beta-macos-latest`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:96 › should work with noopener and about:blank `@chrome-beta-macos-latest`
⚠️ [chromium-page] › page/page-navigation.spec.ts:36 › should work with _blank target in form `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:547 › should(not) block third party cookies - persistent context `@chrome-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:182 › should connect to existing service workers `@chrome-macos-latest`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@driver`
⚠️ [chromium-library] › library/browsercontext-basic.spec.ts:392 › should create two pages in parallel in various contexts `@chromium-headed-windows-latest`
⚠️ [chromium-library] › library/capabilities.spec.ts:95 › should play audio @smoke `@chromium-tip-of-tree-macos-14-large--headed`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-macos-14-xlarge`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:377 › should emulate media in cross-process iframe `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/screencast.spec.ts:105 › start returns a disposable that stops screencast `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-add-locator-handler.spec.ts:19 › should work `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-click.spec.ts:295 › should scroll and click the button with smooth scroll behavior `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-emulate-media.spec.ts:144 › should keep reduced motion and color emulation after reload `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-click.spec.ts:1060 › should click a button that is overlaid by a permission popup `@firefox-beta-ubuntu-22.04`
⚠️ [firefox-page] › page/page-emulate-media.spec.ts:144 › should keep reduced motion and color emulation after reload `@firefox-beta-ubuntu-22.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@tracing-firefox`
⚠️ [firefox-library] › library/browsercontext-reuse.spec.ts:199 › reuse connect › should not cache resources `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:235 › launchServer › should send extra headers with connect request `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-beta-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/page-close.spec.ts:152 › should not treat navigations as new popups `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/screencast.spec.ts:105 › start returns a disposable that stops screencast `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/video.spec.ts:843 › screencast › video.start/stop twice `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-page] › page/page-mouse.spec.ts:200 › should select the text with mouse `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:722 › run-server › should upload large file `@firefox-macos-14-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@firefox-macos-14-large`
⚠️ [firefox-page] › page/retarget.spec.ts:337 › check retargeting `@firefox-macos-14-large`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:36 › should be able to click across browser contexts `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-user-agent.spec.ts:90 › custom user agent for download `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:250 › launchServer › should send default User-Agent and X-Playwright-Browser headers with connect request `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:569 › launchServer › should save download `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/debugger.spec.ts:68 › should run to location `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/recorder-api.spec.ts:72 › should double click `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/screencast.spec.ts:23 › screencast.start delivers frames via onFrame callback `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:194 › should filter actions by text `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:1440 › should highlight locator in iframe while typing `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/tracing.spec.ts:312 › should overwrite existing file `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/video.spec.ts:843 › screencast › video.start/stop twice `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/locator-frame.spec.ts:134 › should click in lazy iframe `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-click-timeout-3.spec.ts:39 › should timeout waiting for hit target `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-24.04`
⚠️ [firefox-page] › page/page-emulate-media.spec.ts:144 › should keep reduced motion and color emulation after reload `@firefox-ubuntu-24.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:1402 › should pick locator in iframe `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/tracing.spec.ts:400 › should not stall on dialogs `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-aria-snapshot.spec.ts:691 › match values both against regex and string `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-click.spec.ts:895 › should not throw protocol error when navigating during the click `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-evaluate.spec.ts:565 › should transfer 100Mb of data from page to node.js `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-event-request.spec.ts:151 › should report navigation requests and responses handled by service worker with routing `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-wait-for-selector-1.spec.ts:141 › should report logs while waiting for hidden `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-wait-for-selector-2.spec.ts:47 › should not consider visible when zero-sized `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/browsertype-connect.spec.ts:722 › run-server › should upload large file `@firefox-macos-15-large`
⚠️ [firefox-library] › library/capabilities.spec.ts:95 › should play audio @smoke `@firefox-macos-15-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-macos-15-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) `@firefox-macos-15-large`
⚠️ [firefox-page] › page/page-autowaiting-basic.spec.ts:154 › should report and collapse log in expect `@firefox-macos-15-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors `@firefox-windows-latest`
⚠️ [firefox-page] › page/page-leaks.spec.ts:82 › click should not leak `@firefox-windows-latest`
⚠️ [webkit-library] › library/trace-viewer.spec.ts:194 › should filter actions by text `@webkit-headed-macos-14-xlarge`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:534 › run-server › should name video file after page guid when connecting to remote browser with artifactsDir `@webkit-headed-ubuntu-24.04`
⚠️ [webkit-library] › library/beforeunload.spec.ts:79 › should access page after beforeunload `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:493 › run-server › should saveAs videos from remote browser `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/video.spec.ts:521 › screencast › should be 800x450 by default `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/video.spec.ts:558 › screencast › should capture static page in persistent context @smoke `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/video.spec.ts:649 › screencast › should wait for video to finish if page was closed `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file `@webkit-macos-14-large`
⚠️ [webkit-page] › page/page-request-continue.spec.ts:192 › post data › should compute content-length from post data `@webkit-macos-14-large`
⚠️ [webkit-library] › library/inspector/cli-codegen-test.spec.ts:30 › should print the correct context options for custom settings `@webkit-windows-latest`
⚠️ [webkit-page] › page/page-goto.spec.ts:159 › should work with Cross-Origin-Opener-Policy after redirect `@webkit-windows-latest`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:773 › run-server › should upload a folder `@webkit-macos-26-xlarge`
⚠️ [webkit-library] › library/modernizr.spec.ts:35 › Safari Desktop `@webkit-macos-26-xlarge`
⚠️ [webkit-library] › library/video.spec.ts:357 › screencast › should capture navigation `@webkit-macos-26-xlarge`
⚠️ [webkit-page] › page/page-network-request.spec.ts:288 › should parse the data if content-type is application/x-www-form-urlencoded `@webkit-ubuntu-24.04`
⚠️ [webkit-library] › library/tracing.spec.ts:432 › should produce screencast frames fit `@webkit-macos-14-xlarge`
⚠️ [webkit-library] › library/video.spec.ts:357 › screencast › should capture navigation `@webkit-macos-15-xlarge`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:722 › launchServer › should upload large file `@webkit-macos-15-large`

254168 passed, 12348 skipped, 5 did not run


Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant