Skip to content

chore(deps-dev): bump hono from 4.12.7 to 4.12.12#40107

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hono-4.12.12
Closed

chore(deps-dev): bump hono from 4.12.7 to 4.12.12#40107
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hono-4.12.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps hono from 4.12.7 to 4.12.12.

Release notes

Sourced from hono's releases.

v4.12.12

Security fixes

This release includes fixes for the following security issues:

Middleware bypass via repeated slashes in serveStatic

Affects: Serve Static middleware. Fixes a path normalization inconsistency where repeated slashes (//) could bypass route-based middleware protections and allow access to protected static files. GHSA-wmmm-f939-6g9c

Path traversal in toSSG() allows writing files outside the output directory

Affects: toSSG() for Static Site Generation. Fixes a path traversal issue where crafted ssgParams values could write files outside the configured output directory. GHSA-xf4j-xp2r-rqqx

Incorrect IP matching in ipRestriction() for IPv4-mapped IPv6 addresses

Affects: IP Restriction Middleware. Fixes improper handling of IPv4-mapped IPv6 addresses (e.g. ::ffff:127.0.0.1) that could cause allow/deny rules to be bypassed. GHSA-xpcf-pg52-r92g

Missing validation of cookie name on write path in setCookie()

Affects: setCookie(), serialize(), and serializeSigned() from hono/cookie. Fixes missing validation of cookie names on the write path, preventing inconsistent handling between parsing and serialization. GHSA-26pp-8wgv-hjvm

Non-breaking space prefix bypass in cookie name handling in getCookie()

Affects: getCookie() from hono/cookie. Fixes a discrepancy in cookie name handling that could allow attacker-controlled cookies to override legitimate ones and bypass prefix protections. GHSA-r5rp-j6wh-rvv4


Users who use Serve Static, Static Site Generation, Cookie utilities, or IP restriction middleware are strongly encouraged to upgrade to this version.

v4.12.11

What's Changed

New Contributors

Full Changelog: honojs/hono@v4.12.10...v4.12.11

v4.12.10

What's Changed

New Contributors

... (truncated)

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 [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.12.
- [Release notes](https://github.com/honojs/hono/releases)
- [Commits](honojs/hono@v4.12.7...v4.12.12)

---
updated-dependencies:
- dependency-name: hono
  dependency-version: 4.12.12
  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 Apr 8, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Test results for "tests 1"

5 flaky ⚠️ [chromium-library] › library/video.spec.ts:342 › screencast › should work for popups `@ubuntu-22.04-chromium-tip-of-tree`
⚠️ [chromium-library] › library/beforeunload.spec.ts:130 › should support dismissing the dialog multiple times `@chromium-ubuntu-22.04-node24`
⚠️ [firefox-library] › library/page-clock.spec.ts:282 › stubTimers › replaces global performance.timeOrigin `@firefox-ubuntu-22.04-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:384 › should reveal errors in the sourcetab `@macos-latest-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:700 › should indicate current test status `@macos-latest-node20`

39164 passed, 846 skipped


Merge workflow run.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 8, 2026

Test results for "MCP"

6442 passed, 383 skipped


Merge workflow run.

@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

github-actions bot commented Apr 8, 2026

Test results for "tests others"

2 fatal errors, not part of any test

2 flaky ⚠️ [chromium-library] › library/video.spec.ts:118 › screencast › should capture static page `@frozen-time-library-chromium-linux`
⚠️ [electron-page] › page/page-event-console.spec.ts:228 › should have timestamp `@electron-windows-latest`
1 interrupted ⚠️ [electron-page] › page/page-keyboard.spec.ts:320 › should throw on unknown keys `@electron-macos-latest`

17300 passed, 614 skipped, 786 did not run


Merge workflow run.

@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

github-actions bot commented Apr 8, 2026

Test results for "tests 2"

40 fatal errors, not part of any test
370 failed
❌ [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/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:119 › cli codegen › should type after clicking twice @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:167 › cli codegen › should click after same-document navigation @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:197 › cli codegen › should make a positioned click on a canvas @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:250 › cli codegen › should work with TrustedTypes @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:288 › cli codegen › should not target selector preview by text regexp @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:349 › cli codegen › should fill japanese text @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:383 › cli codegen › should fill textarea @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:400 › cli codegen › should fill textarea with new lines at the end @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:415 › cli codegen › should fill [contentEditable] @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:432 › cli codegen › should press @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:512 › cli codegen › should record ArrowDown @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:534 › cli codegen › should emit single keyup on ArrowDown @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:559 › cli codegen › should check @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:591 › cli codegen › should check a radio button @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:610 › cli codegen › should check with keyboard @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:629 › cli codegen › should check with keyboard after hover @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:651 › cli codegen › should uncheck @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:683 › cli codegen › should select @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:757 › cli codegen › should await popup @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:872 › cli codegen › should attribute navigation to press/fill @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1067 › cli codegen › should record omnibox navigations after recordAction @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:20 › cli codegen › should contain open page @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:195 › cli codegen › should download files @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:246 › cli codegen › should handle dialogs @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:310 › cli codegen › should record open in a new tab with url @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:340 › cli codegen › should not clash pages @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:412 › cli codegen › should update active model on action @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:424 › cli codegen › should check input with chaining id @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:433 › cli codegen › should record navigations after identical pushState @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:483 › cli codegen › should --test-id-attribute @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:497 › cli codegen › should auto-generate toBeVisible @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:72 › cli codegen › should click locator.nth @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:107 › cli codegen › should generate frame locators (1) @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:146 › cli codegen › should generate frame locators (2) @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:185 › cli codegen › should generate frame locators (3) @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:522 › cli codegen › should generate getByPlaceholder @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:551 › cli codegen › should generate getByAltText @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:638 › cli codegen › should consume pointer events @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:670 › cli codegen › should consume contextmenu events, despite a custom context menu @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:716 › cli codegen › should generate hover action @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:756 › cli codegen › should assert value @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:828 › cli codegen › should assert value on disabled select @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:849 › cli codegen › should assert visibility @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:927 › cli codegen › should record when top layer popover is open @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:979 › cli codegen › should record when manual popover with fullscreen backdrop is open @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:41 › should generate regex in aria snapshot @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:74 › should inspect aria snapshot @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:131 › should show aria snapshot error @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:155 › should generate valid javascript with multiline snapshot assertion @tracing-chromium
❌ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:33 › should update locator highlight @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:84 › pause › should pause and resume the script with keyboard shortcut @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:249 › pause › should skip input when resuming @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:312 › pause › should show expect.toHaveText @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:353 › pause › should populate log with waitForEvent @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:474 › pause › should highlight on explore (csharp) @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-chromium
❌ [chromium-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-chromium
❌ [chromium-library] › library/inspector/title.spec.ts:35 › should update primary page URL when original primary closes @tracing-chromium
❌ [chromium-library] › library/inspector/title.spec.ts:61 › should render primary language @tracing-chromium
❌ [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/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:119 › cli codegen › should type after clicking twice @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:147 › cli codegen › should ignore programmatic events @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:167 › cli codegen › should click after same-document navigation @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:197 › cli codegen › should make a positioned click on a canvas @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:250 › cli codegen › should work with TrustedTypes @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:288 › cli codegen › should not target selector preview by text regexp @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:349 › cli codegen › should fill japanese text @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:383 › cli codegen › should fill textarea @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:415 › cli codegen › should fill [contentEditable] @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:432 › cli codegen › should press @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:512 › cli codegen › should record ArrowDown @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:534 › cli codegen › should emit single keyup on ArrowDown @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:559 › cli codegen › should check @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:610 › cli codegen › should check with keyboard @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:629 › cli codegen › should check with keyboard after hover @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:683 › cli codegen › should select @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:716 › cli codegen › should select with size attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:757 › cli codegen › should await popup @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:817 › cli codegen › should attribute navigation to click @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:936 › cli codegen › should ignore AltGraph @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1067 › cli codegen › should record omnibox navigations after recordAction @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1080 › cli codegen › should not throw csp directive violation errors @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1087 › cli codegen › should clear when recording is disabled @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:20 › cli codegen › should contain open page @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:42 › cli codegen › should contain second page @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:65 › cli codegen › should contain close page @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:89 › cli codegen › should not lead to an error if html gets clicked @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:105 › cli codegen › should upload a single file @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:165 › cli codegen › should clear files @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:246 › cli codegen › should handle dialogs @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:294 › cli codegen › should handle history.postData @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:340 › cli codegen › should not clash pages @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:401 › cli codegen › should reset hover model on action when element detaches @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:424 › cli codegen › should check input with chaining id @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:433 › cli codegen › should record navigations after identical pushState @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:452 › cli codegen › should fill tricky characters @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:483 › cli codegen › should --test-id-attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:497 › cli codegen › should auto-generate toBeVisible @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:72 › cli codegen › should click locator.nth @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:185 › cli codegen › should generate frame locators (3) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:308 › cli codegen › should generate frame locators with special characters in name attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:368 › cli codegen › should generate frame locators with name attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:400 › cli codegen › should generate frame locators with id attribute @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:490 › cli codegen › should generate getByTestId @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:522 › cli codegen › should generate getByPlaceholder @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:551 › cli codegen › should generate getByAltText @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:580 › cli codegen › should generate getByLabel @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:609 › cli codegen › should generate getByLabel without regex @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:638 › cli codegen › should consume pointer events @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:756 › cli codegen › should assert value @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:803 › cli codegen › should assert value on disabled input @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:828 › cli codegen › should assert value on disabled select @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:849 › cli codegen › should assert visibility @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:927 › cli codegen › should record when top layer popover is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:947 › cli codegen › should record when top layer popover inside shadow DOM is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:979 › cli codegen › should record when manual popover with fullscreen backdrop is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:1036 › cli codegen › should record when fullscreen element is open @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:41 › should generate regex in aria snapshot @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-aria.spec.ts:131 › should show aria snapshot error @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:21 › should inspect locator @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:33 › should update locator highlight @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/console-api.spec.ts:48 › should support playwright.locator.value @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:84 › pause › should pause and resume the script with keyboard shortcut @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:249 › pause › should skip input when resuming @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:312 › pause › should show expect.toHaveText @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:353 › pause › should populate log with waitForEvent @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:437 › pause › should pause on context close @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:474 › pause › should highlight on explore (csharp) @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/pause.spec.ts:557 › pause › should record from debugger @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/title.spec.ts:19 › should reflect formatted URL of the page @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/inspector/title.spec.ts:35 › should update primary page URL when original primary closes @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API @chrome-beta-macos-latest
❌ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:559 › cli codegen › should check @tracing-firefox
❌ [firefox-library] › library/inspector/cli-codegen-3.spec.ts:947 › cli codegen › should record when top layer popover inside shadow DOM is open @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:36 › should support playwright.$, playwright.$$ @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:48 › should support playwright.locator.value @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:54 › should support playwright.locator.values @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:76 › should support playwright.locator({ hasNot }) @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:82 › should support locator.and() @tracing-firefox
❌ [firefox-library] › library/inspector/console-api.spec.ts:92 › should support playwright.getBy* @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:84 › pause › should pause and resume the script with keyboard shortcut @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-firefox
❌ [firefox-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-firefox
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:119 › cli codegen › should type after clicking twice @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:167 › cli codegen › should click after same-document navigation @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:197 › cli codegen › should make a positioned click on a canvas @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:288 › cli codegen › should not target selector preview by text regexp @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:349 › cli codegen › should fill japanese text @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:383 › cli codegen › should fill textarea @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:400 › cli codegen › should fill textarea with new lines at the end @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:415 › cli codegen › should fill [contentEditable] @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:432 › cli codegen › should press @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:466 › cli codegen › should update selected element after pressing Tab @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:512 › cli codegen › should record ArrowDown @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:559 › cli codegen › should check @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:610 › cli codegen › should check with keyboard @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:629 › cli codegen › should check with keyboard after hover @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:683 › cli codegen › should select @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:757 › cli codegen › should await popup @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:817 › cli codegen › should attribute navigation to click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:872 › cli codegen › should attribute navigation to press/fill @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:936 › cli codegen › should ignore AltGraph @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:950 › cli codegen › should middle click @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:982 › cli codegen › should record slider @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1022 › cli codegen › should click button with nested div @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1054 › cli codegen › should record omnibox navigations after performAction @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1067 › cli codegen › should record omnibox navigations after recordAction @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:1087 › cli codegen › should clear when recording is disabled @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:89 › cli codegen › should not lead to an error if html gets clicked @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:165 › cli codegen › should clear files @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:195 › cli codegen › should download files @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:246 › cli codegen › should handle dialogs @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:294 › cli codegen › should handle history.postData @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:310 › cli codegen › should record open in a new tab with url @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:340 › cli codegen › should not clash pages @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:377 › cli codegen › click should emit events in order @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:401 › cli codegen › should reset hover model on action when element detaches @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:424 › cli codegen › should check input with chaining id @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:433 › cli codegen › should record navigations after identical pushState @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:452 › cli codegen › should fill tricky characters @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:483 › cli codegen › should --test-id-attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:497 › cli codegen › should auto-generate toBeVisible @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:23 › cli codegen › should click locator.first @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:72 › cli codegen › should click locator.nth @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:146 › cli codegen › should generate frame locators (2) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:185 › cli codegen › should generate frame locators (3) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:224 › cli codegen › should generate frame locators (4) @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:308 › cli codegen › should generate frame locators with special characters in name attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:336 › cli codegen › should generate frame locators with title attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:368 › cli codegen › should generate frame locators with name attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:400 › cli codegen › should generate frame locators with id attribute @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:432 › cli codegen › should generate frame locators with testId @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:464 › cli codegen › should generate role locators undef frame locators @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:490 › cli codegen › should generate getByTestId @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:522 › cli codegen › should generate getByPlaceholder @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:551 › cli codegen › should generate getByAltText @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:580 › cli codegen › should generate getByLabel @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:638 › cli codegen › should consume pointer events @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:670 › cli codegen › should consume contextmenu events, despite a custom context menu @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:756 › cli codegen › should assert value @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:803 › cli codegen › should assert value on disabled input @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:828 › cli codegen › should assert value on disabled select @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:849 › cli codegen › should assert visibility @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:867 › cli codegen › should keep toolbar visible even if webpage erases content in hydration @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:884 › cli codegen › should display inline svg icons on text assertion dialog inside iframe @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:897 › cli codegen › should keep dialog open when clicking inside @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:947 › cli codegen › should record when top layer popover inside shadow DOM is open @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:979 › cli codegen › should record when manual popover with fullscreen backdrop is open @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:21 › should generate aria snapshot @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:87 › should update aria snapshot highlight @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:131 › should show aria snapshot error @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:155 › should generate valid javascript with multiline snapshot assertion @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:21 › should inspect locator @tracing-webkit
❌ [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:33 › should update locator highlight @tracing-webkit
❌ [webkit-library] › library/inspector/console-api.spec.ts:92 › should support playwright.getBy* @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:48 › should collapse log entries to a single line @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:74 › pause › should pause and resume the script @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:106 › pause › should pause after a navigation @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:117 › pause › should show source @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:135 › pause › should pause on next pause @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:151 › pause › should step @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:169 › pause › should disable timeout on paused actions @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:188 › pause › should step with keyboard shortcut @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:207 › pause › should highlight pointer, only in main frame @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:249 › pause › should skip input when resuming @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:265 › pause › should populate log @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:312 › pause › should show expect.toHaveText @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:335 › pause › should highlight waitForEvent @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:353 › pause › should populate log with waitForEvent @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:378 › pause › should populate log with error @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:398 › pause › should populate log with error in waitForEvent @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:424 › pause › should pause on page close @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:451 › pause › should highlight on explore @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:474 › pause › should highlight on explore (csharp) @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:496 › pause › should not prevent key events @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:537 › pause › should highlight locators with custom testId @tracing-webkit
❌ [webkit-library] › library/inspector/pause.spec.ts:557 › pause › should record from debugger @tracing-webkit
❌ [webkit-library] › library/inspector/title.spec.ts:19 › should reflect formatted URL of the page @tracing-webkit
❌ [webkit-library] › library/inspector/title.spec.ts:61 › should render primary language @tracing-webkit
❌ [webkit-library] › library/browsercontext-add-init-script.spec.ts:45 › should work without navigation in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-add-init-script.spec.ts:89 › init script should run only once in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-basic.spec.ts:72 › window.open should use parent tab context @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-basic.spec.ts:351 › should emulate media in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:41 › console event should work in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:55 › console event should work in popup 2 @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:72 › console event should work in immediately closed popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:103 › dialog event should work in popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:120 › dialog event should work in popup 2 @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:135 › dialog event should work in immediately closed popup @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-locale.spec.ts:74 › should format number in popups @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-locale.spec.ts:89 › should affect navigator.language in popups @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-locale.spec.ts:103 › should work for multiple pages sharing same process @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-network-event.spec.ts:21 › BrowserContext.Events.Request @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-network-event.spec.ts:40 › BrowserContext.Events.Response @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:20 › should have url @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:31 › should have url after domcontentloaded @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:43 › should have about:blank url with domcontentloaded @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:55 › should have about:blank for empty url with domcontentloaded @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:67 › should report when a new page is created and closed @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:94 › should report initialized pages @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:109 › should not crash while redirecting of original request was missed @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-page-event.spec.ts:129 › should have an opener @webkit-headed-macos-latest
❌ [webkit-library] › library/browsercontext-timezone-id.spec.ts:73 › should work for multiple pages sharing same process @webkit-headed-macos-latest
❌ [webkit-library] › library/capabilities.spec.ts:83 › should play webm video @smoke @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:40 › should scope context handles @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:139 › should scope browser handles @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:184 › should not generate dispatchers for subresources w/o listeners @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:224 › should work with the domain module @webkit-headed-macos-latest
❌ [webkit-library] › library/channels.spec.ts:255 › exposeFunction should not leak @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:85 › should pick element @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:116 › should report pages @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:144 › should reset for reuse @webkit-headed-macos-latest
❌ [webkit-library] › library/debug-controller.spec.ts:162 › should highlight all @webkit-headed-macos-latest
❌ [webkit-library] › library/emulation-focus.spec.ts:32 › should focus popups by default @webkit-headed-macos-latest
❌ [webkit-library] › library/geolocation.spec.ts:162 › should use context options for popup @webkit-headed-macos-latest
❌ [webkit-library] › library/har.spec.ts:542 › should have popup requests @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:298 › popup › should tick after popup @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:313 › popup › should tick before popup @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:327 › popup › should run time before popup @webkit-headed-macos-latest
❌ [webkit-library] › library/page-clock.spec.ts:343 › popup › should not run time before popup on pause @webkit-headed-macos-latest
❌ [webkit-library] › library/page-close.spec.ts:100 › should return null if parent page has been closed @webkit-headed-macos-latest
❌ [webkit-library] › library/page-close.spec.ts:152 › should not treat navigations as new popups @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:20 › should inherit user agent from browser context @smoke @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:42 › should respect routes from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:60 › should inherit extra headers from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:73 › should inherit offline from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:86 › should inherit http credentials from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:102 › should inherit touch support from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:118 › should inherit viewport size from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:132 › should use viewport size from window features @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:161 › should respect routes from browser context when using window.open @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:178 › BrowserContext.addInitScript should apply to an in-process popup @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:191 › BrowserContext.addInitScript should apply to a cross-process popup @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:206 › should expose function from browser context @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:225 › should not dispatch binding on a closed page @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:248 › should not throttle rAF in the opener page @webkit-headed-macos-latest
❌ [webkit-library] › library/popup.spec.ts:261 › should not throw when click closes popup @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:138 › screencast › should continue recording main page after popup closes @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:259 › screencast › should expose video path blank popup @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:280 › screencast › should capture navigation @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:312 › screencast › should capture css transformation @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:342 › screencast › should work for popups @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:376 › screencast › should scale frames down to the requested size @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:425 › screencast › should use viewport scaled down to fit into 800x800 as default size @webkit-headed-macos-latest
❌ [webkit-library] › library/video.spec.ts:444 › screencast › should be 800x450 by default @webkit-headed-macos-latest
❌ [webkit-library] › library/capabilities.spec.ts:95 › should play audio @smoke @webkit-macos-15-large

237 flaky ⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:147 › cli codegen › should ignore programmatic events `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:319 › cli codegen › should fill `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:716 › cli codegen › should select with size attribute `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:936 › cli codegen › should ignore AltGraph `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1022 › cli codegen › should click button with nested div `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1054 › cli codegen › should record omnibox navigations after performAction `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1087 › cli codegen › should clear when recording is disabled `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:42 › cli codegen › should contain second page `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:65 › cli codegen › should contain close page `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:105 › cli codegen › should upload a single file `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:294 › cli codegen › should handle history.postData `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:401 › cli codegen › should reset hover model on action when element detaches `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:452 › cli codegen › should fill tricky characters `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:23 › cli codegen › should click locator.first `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:308 › cli codegen › should generate frame locators with special characters in name attribute `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:368 › cli codegen › should generate frame locators with name attribute `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:400 › cli codegen › should generate frame locators with id attribute `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:432 › cli codegen › should generate frame locators with testId `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:490 › cli codegen › should generate getByTestId `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:580 › cli codegen › should generate getByLabel `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:884 › cli codegen › should display inline svg icons on text assertion dialog inside iframe `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:947 › cli codegen › should record when top layer popover inside shadow DOM is open `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-3.spec.ts:1036 › cli codegen › should record when fullscreen element is open `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:21 › should inspect locator `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/console-api.spec.ts:92 › should support playwright.getBy* `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/console-api.spec.ts:103 › expected properties on playwright object `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/pause.spec.ts:437 › pause › should pause on context close `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/pause.spec.ts:557 › pause › should record from debugger `@tracing-chromium`
⚠️ [chromium-library] › library/inspector/title.spec.ts:19 › should reflect formatted URL of the page `@tracing-chromium`
⚠️ [chromium-library] › library/beforeunload.spec.ts:55 › should run beforeunload if asked for @smoke `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/video.spec.ts:342 › screencast › should work for popups `@msedge-ubuntu-22.04`
⚠️ [chromium-library] › library/signals.spec.ts:25 › should close the browser when the node process closes `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:115 › should show tracing.group in the action list with location `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:173 › launchServer › should ignore page.pause when headed `@chromium-macos-26-large`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@chromium-macos-26-large`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:103 › should set cookie for top-level domain `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/video.spec.ts:342 › screencast › should work for popups `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-events.spec.ts:154 › dialog event should work with inline script tag `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should support service worker stop and restart lifecycle `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-library] › library/video.spec.ts:118 › screencast › should capture static page `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@chromium-tip-of-tree-macos-15--headed`
⚠️ [chromium-library] › library/video.spec.ts:118 › screencast › should capture static page `@chromium-tip-of-tree-windows-latest`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@chrome-ubuntu-22.04`
⚠️ [chromium-library] › library/video.spec.ts:342 › screencast › should work for popups `@chrome-ubuntu-22.04`
⚠️ [chromium-library] › library/permissions.spec.ts:253 › should be able to use the local-fonts API `@chromium-tip-of-tree-macos-15`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@chromium-tip-of-tree-macos-15`
⚠️ [chromium-library] › library/video.spec.ts:652 › screencast › should capture full viewport `@chromium-tip-of-tree-macos-15`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:245 › should send extra headers with connect request `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/popup.spec.ts:261 › should not throw when click closes popup `@channel-chromium-ubuntu-latest`
⚠️ [chromium-library] › library/browsercontext-base-url.spec.ts:37 › should construct a new URL when a baseURL in browserType.launchPersistentContext is passed to page.goto `@chromium-tip-of-tree-windows-latest--headed`
⚠️ [chromium-library] › library/beforeunload.spec.ts:46 › should close page with beforeunload listener `@msedge-macos-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-cookies-third-party.spec.ts:547 › should(not) block third party cookies - persistent context `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:128 › should not leak listeners during navigation of 20 pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:203 › should capture cookies `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsertype-launch.spec.ts:139 › should allow await using `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:184 › should connect to existing service workers `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:440 › should use proxy with connectOverCDP `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:462 › should be able to connect via localhost `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:169 › should emit close event when page closes `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:110 › should fail with error upon disconnect `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:124 › should not throw UnhandledPromiseRejection when page closes `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:166 › should not result in unhandled rejection `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:200 › should not throw when continuing while page is closing `@msedge-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:212 › should not throw when continuing after page is closed `@msedge-macos-latest`
⚠️ [chromium-library] › library/unroute-behavior.spec.ts:120 › page.close should not wait for active route handlers on the owning context `@msedge-macos-latest`
⚠️ [chromium-library] › library/unroute-behavior.spec.ts:265 › route.continue should not throw if page has been closed `@msedge-macos-latest`
⚠️ [chromium-library] › library/video.spec.ts:572 › screencast › should wait for video to finish if page was closed `@msedge-macos-latest`
⚠️ [chromium-library] › library/web-socket.spec.ts:187 › should reject waitForEvent on page close `@msedge-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/permissions.spec.ts:253 › should be able to use the local-fonts API `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/video.spec.ts:342 › screencast › should work for popups `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:46 › should close page with beforeunload listener `@msedge-windows-latest`
⚠️ [chromium-library] › library/beforeunload.spec.ts:170 › should support closing the page via a subsequent onbeforeunload dialog `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:203 › should capture cookies `@msedge-windows-latest`
⚠️ [chromium-library] › library/browsercontext-timezone-id.spec.ts:50 › should throw for invalid timezone IDs when creating pages `@msedge-windows-latest`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@chromium-headed-macos-latest`
⚠️ [chromium-library] › library/video.spec.ts:724 › screencast › should work with video+trace `@chromium-windows-latest`
⚠️ [chromium-library] › library/browsercontext-fetch.spec.ts:994 › should support application/x-www-form-urlencoded with param lists `@chromium-macos-15-large`
⚠️ [chromium-library] › library/video.spec.ts:724 › screencast › should work with video+trace `@chromium-macos-15-large`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@chromium-macos-14-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:118 › screencast › should capture static page `@chromium-macos-15-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:481 › screencast › should capture static page in persistent context @smoke `@chromium-macos-15-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:687 › screencast › should capture full viewport on hidpi `@chromium-macos-15-xlarge`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:319 › cli codegen › should fill `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:400 › cli codegen › should fill textarea with new lines at the end `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:466 › cli codegen › should update selected element after pressing Tab `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:591 › cli codegen › should check a radio button `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:950 › cli codegen › should middle click `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1022 › cli codegen › should click button with nested div `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:1054 › cli codegen › should record omnibox navigations after performAction `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/inspector/cli-codegen-2.spe... 21579 more characters

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 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.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hono-4.12.12 branch April 8, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant