Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Bumps fast-xml-parser from 5.2.5 to 5.3.4.

Release notes

Sourced from fast-xml-parser's releases.

fix: handle HTML numeric and hex entities when out of range

No release notes provided.

bug fix and performance improvements

  • fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute
  • Performance improvement for stopNodes (By Maciek Lamberski)

Replace Buffer with Uint8Array

  • Launched Separate CLI module
  • Replace Buffer with Uint8Array
Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

5.3.4 / 2026-01-30

  • fix: handle HTML numeric and hex entities when out of range

5.3.3 / 2025-12-12

  • fix #775: transformTagName with allowBooleanAttributes adds an unnecessary attribute

5.3.2 / 2025-11-14

  • fix for import statement for v6

5.3.1 / 2025-11-03

5.3.0 / 2025-10-03

  • Use Uint8Array in place of Buffer in Parser

5.2.5 / 2025-06-08

  • Inform user to use fxp-cli instead of in-built CLI feature
  • Export typings for direct use

5.2.4 / 2025-06-06

  • fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE

5.2.3 / 2025-05-11

  • fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE

5.2.2 / 2025-05-05

  • fix (#746): update strnum to fix parsing issues related to enotations

5.2.1 / 2025-04-22

  • fix: read DOCTYPE entity value correctly
  • read DOCTYPE NOTATION, ELEMENT exp but not using read values

5.2.0 / 2025-04-03

5.1.0 / 2025-04-02

  • feat: declare package as side-effect free (#738) (By Thomas Bouffard)
  • fix cjs build mode
  • fix builder return type to string

5.0.9 / 2025-03-14

  • fix: support numeric entities with values over 0xFFFF (#726) (By Marc Durdin)
  • fix: update strnum to fix parsing 0 if skiplike option is used

5.0.8 / 2025-02-27

... (truncated)

Commits
  • 753e770 update release details
  • 4e387f6 handle html entities when out of range
  • 088b47a correct typo (#780)
  • f335cbf update publish detail
  • fcedd31 fix #775: transformTagName with allowBooleanAttributes adds an unnecessary at...
  • 54d2262 Fix captureMetaData casing (#773)
  • e0769f2 update publish detail
  • 1a810ad fix import for v6
  • ab148ab update pcakge detail to publish
  • 81513d5 perf: Use Set for stopNodes lookup (O(1)) instead of array iteration (O(n)) (...
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <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 [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.2.5 to 5.3.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](NaturalIntelligence/fast-xml-parser@v5.2.5...v5.3.4)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.4
  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 Jan 30, 2026
@github-actions
Copy link
Contributor

Test results for "tests 1"

5 failed
❌ [playwright-test] › aria-snapshot-file.spec.ts:150 › should update snapshot with the update-snapshots=changed (config) @macos-latest-node20
❌ [playwright-test] › aria-snapshot-file.spec.ts:225 › should respect config.expect.toMatchAriaSnapshot.pathTemplate @macos-latest-node20
❌ [playwright-test] › reporter.spec.ts:251 › created › should not have internal error when steps are finished after timeout @macos-latest-node20
❌ [playwright-test] › reporter.spec.ts:251 › merged › should not have internal error when steps are finished after timeout @macos-latest-node20
❌ [playwright-test] › to-have-screenshot.spec.ts:77 › should not retry missing expectation errors @macos-latest-node20

4 flaky ⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@chromium-ubuntu-22.04-node24`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1418 › should highlight locator in iframe while typing `@chromium-ubuntu-22.04-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:700 › should indicate current test status `@macos-latest-node20`
⚠️ [playwright-test] › ui-mode-trace.spec.ts:700 › should indicate current test status `@windows-latest-node20`

34238 passed, 668 skipped


Merge workflow run.

@github-actions
Copy link
Contributor

Test results for "MCP"

2 failed
❌ [chromium] › mcp/cli.spec.ts:608 › parsing › wrong option type @mcp-ubuntu-latest
❌ [chromium] › mcp/cli.spec.ts:276 › save as › screenshot @mcp-macos-15

3782 passed, 129 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

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Test results for "tests others"

2 fatal errors, not part of any test

1 flaky ⚠️ [chromium-library] › library/tracing.spec.ts:432 › should produce screencast frames fit `@frozen-time-library-chromium-linux`
1 interrupted ⚠️ [electron-page] › page/page-keyboard.spec.ts:193 › should support plus-separated modifiers `@electron-macos-latest`

17141 passed, 441 skipped, 784 did not run


Merge workflow run.

@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Test results for "tests 2"

6 fatal errors, not part of any test
17 failed
❌ [chromium-library] › library/beforeunload.spec.ts:20 › should close browser with beforeunload page @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-locale.spec.ts:118 › should be isolated between contexts @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/har.spec.ts:541 › should have popup requests @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:122 › cli codegen › should type after clicking twice @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-reuse.spec.ts:197 › reuse launch › should not cache resources @msedge-macos-latest
❌ [chromium-library] › library/browsercontext-reuse.spec.ts:116 › reuse connect › should reset serviceworker @msedge-beta-macos-latest
❌ [chromium-library] › library/inspector/pause.spec.ts:171 › pause › should disable timeout on paused actions @msedge-dev-macos-latest
❌ [chromium-library] › library/chromium/oopif.spec.ts:152 › should take screenshot @chrome-beta-macos-latest
❌ [chromium-library] › library/trace-viewer.spec.ts:1710 › canvas disabled title @chrome-macos-latest
❌ [firefox-library] › library/capabilities.spec.ts:70 › should play video @smoke @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/inspector/cli-codegen-csharp.spec.ts:208 › should print context options method override in mstest if options were passed @firefox-headed-windows-latest
❌ [firefox-library] › library/capabilities.spec.ts:70 › should play video @smoke @firefox-ubuntu-24.04
❌ [webkit-library] › library/popup.spec.ts:20 › should inherit user agent from browser context @smoke @webkit-headed-macos-14-xlarge
❌ [webkit-library] › library/video.spec.ts:840 › screencast › video.start/stop twice @webkit-headed-macos-14-xlarge
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click @webkit-headed-windows-latest
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:122 › cli codegen › should type after clicking twice @webkit-headed-windows-latest
❌ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:122 › cli codegen › should type after clicking twice @webkit-headed-ubuntu-22.04

221 flaky ⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/page-close.spec.ts:190 › should reject response.finished if page closes `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/tracing.spec.ts:29 › should collect trace with resources, but no js `@msedge-beta-ubuntu-22.04`
⚠️ [chromium-library] › library/browser.spec.ts:54 › should dispatch page.on(close) upon browser.close and reject evaluate `@chromium-headed-macos-14-xlarge`
⚠️ [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-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:40 › BrowserContext.Events.Response `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-proxy.spec.ts:27 › should work when passing the proxy only on the context level `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:96 › reuse launch › should re-add binding after reset `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsertype-connect.spec.ts:275 › launchServer › disconnected event should be emitted when browser is closed or server is closed `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/browsertype-launch.spec.ts:113 › should accept objects as options `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/chromium.spec.ts:151 › should close service worker together with the context `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:44 › should use logger in default context `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should give access to the service worker `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:72 › MV3 › should support request/response events in the service worker `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:235 › should report google.com frame with headed `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/debug-controller.spec.ts:160 › should highlight all `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/defaultbrowsercontext-2.spec.ts:89 › should support extraHTTPHeaders option `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/download.spec.ts:377 › download event › should delete downloads on browser gone `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/downloads-path.spec.ts:48 › downloads path › should delete downloads when context closes `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/permissions.spec.ts:256 › should be able to use the local-fonts API `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/screenshot.spec.ts:291 › element screenshot › should restore viewport after page screenshot and timeout `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/tracing.spec.ts:361 › should not crash when browser closes mid-trace `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:209 › screencast › should continue recording main page after popup closes `@chromium-headed-macos-14-xlarge`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:292 › cli codegen › should not target selector preview by text regexp `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:614 › cli codegen › should check with keyboard `@chromium-headed-ubuntu-24.04`
⚠️ [chromium-library] › library/popup.spec.ts:258 › should not throw when click closes popup `@tracing-chromium`
⚠️ [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:54 › should set local storage `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:35 › should update locator highlight `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:222 › should not throw when continuing after page is closed `@msedge-dev-windows-latest`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:160 › should work with Shift-clicking `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-dev-ubuntu-22.04`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:160 › should work with Shift-clicking `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:323 › reuse launch › should work with clock emulation `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:411 › should support IndexedDB `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/capabilities.spec.ts:482 › should not crash on feature detection for PublicKeyCredential `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/chromium/chromium.spec.ts:151 › should close service worker together with the context `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1806 › should show a modal dialog `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:582 › screencast › should capture static page in persistent context @smoke `@msedge-beta-windows-latest`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:658 › propagate headers cross origin `@msedge-beta-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:582 › screencast › should capture static page in persistent context @smoke `@chromium-tip-of-tree-windows-latest--headed`
⚠️ [chromium-library] › library/browsercontext-network-event.spec.ts:21 › BrowserContext.Events.Request `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-network-event.spec.ts:40 › BrowserContext.Events.Response `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:142 › should keep selection in multiple pages `@msedge-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice `@msedge-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1720 › canvas clipping `@msedge-macos-latest`
⚠️ [chromium-library] › library/chromium/extensions.spec.ts:45 › MV3 › should give access to the service worker `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:152 › should take screenshot `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:326 › should emit filechooser event for iframe `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:341 › should be able to click in iframe `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1710 › canvas disabled title `@channel-chromium-macos-latest`
⚠️ [chromium-page] › page/locator-frame.spec.ts:272 › should work with COEP/COOP/CORP isolated iframe `@channel-chromium-macos-latest`
⚠️ [chromium-page] › page/page-click-scroll.spec.ts:19 › should not hit scroll bar `@channel-chromium-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-windows-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-pick-locator.spec.ts:35 › should update locator highlight `@chromium-windows-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:284 › should click `@chromium-macos-15-xlarge`
⚠️ [chromium-library] › library/video.spec.ts:381 › screencast › should capture navigation `@chromium-macos-15-xlarge`
⚠️ [chromium-library] › library/popup.spec.ts:258 › should not throw when click closes popup `@tracing-chromium-tip-of-tree`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:242 › should send extra headers with connect request `@chrome-beta-windows-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:299 › should send default User-Agent header with connect request `@chrome-beta-windows-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:96 › reuse launch › should re-add binding after reset `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:252 › reuse launch › should ignore binding from beforeunload `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:306 › reuse launch › should reset tracing `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:358 › reuse launch › should work with routeWebSocket `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:197 › reuse connect › should not cache resources `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:323 › reuse connect › should work with clock emulation `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:54 › should set local storage `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-storage-state.spec.ts:117 › should round-trip through the file `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/chromium/connect-over-cdp.spec.ts:610 › should get title and URL of existing page `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:341 › should be able to click in iframe `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:125 › should detach when page closes `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/defaultbrowsercontext-1.spec.ts:143 › should support acceptDownloads option `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:761 › cli codegen › should await popup `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-java.spec.ts:40 › should print the correct context options for custom settings `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-javascript.spec.ts:24 › should print the correct imports and context options `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:50 › addLocatorHandler should throw when page closes `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:81 › should pass page to close event `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:134 › should not throw UnhandledPromiseRejection when page closes `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:190 › should reject response.finished if page closes `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1710 › canvas disabled title `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1720 › canvas clipping `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/tracing.spec.ts:361 › should not crash when browser closes mid-trace `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/unroute-behavior.spec.ts:277 › route.fallback should not throw if page has been closed `@msedge-beta-macos-latest`
⚠️ [chromium-page] › page/page-request-continue.spec.ts:754 › propagate headers cross origin redirect after interception `@msedge-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:358 › reuse launch › should work with routeWebSocket `@chrome-windows-latest`
⚠️ [chromium-library] › library/trace-viewer.spec.ts:1380 › should pick locator in iframe `@chrome-windows-latest`
⚠️ [chromium-library] › library/video.spec.ts:582 › screencast › should capture static page in persistent context @smoke `@chrome-windows-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:29 › page.context should return the correct instance `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:142 › should keep selection in multiple pages `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:96 › reuse launch › should re-add binding after reset `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:152 › reuse launch › should reset serviceworker that hangs in importScripts `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-reuse.spec.ts:116 › reuse connect › should reset serviceworker `@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-storage-state.spec.ts:117 › should round-trip through the file `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/chromium/session.spec.ts:149 › should work with newBrowserCDPSession `@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/inspector/cli-codegen-1.spec.ts:122 › cli codegen › should type after clicking twice `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-csharp.spec.ts:86 › should print the correct context options when using a device `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-java.spec.ts:47 › should print the correct context options when using a device `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-python.spec.ts:24 › should print the correct imports and context options `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:50 › addLocatorHandler should throw when page closes `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/page-close.spec.ts:190 › should reject response.finished if page closes `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/route-web-socket.spec.ts:510 › should not throw with empty handler `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/tracing.spec.ts:29 › should collect trace with resources, but no js `@msedge-dev-macos-latest`
⚠️ [chromium-page] › page/locator-frame.spec.ts:272 › should work with COEP/COOP/CORP isolated iframe `@msedge-dev-macos-latest`
⚠️ [chromium-page] › page/page-screenshot.spec.ts:641 › page screenshot animations › should stop animations that happen right before screenshot `@msedge-dev-macos-latest`
⚠️ [chromium-library] › library/browsercontext-page-event.spec.ts:173 › should work with Ctrl-clicking `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:341 › should be able to click in iframe `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/headful.spec.ts:233 › should click in OOPIF `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/permissions.spec.ts:256 › should be able to use the local-fonts API `@chrome-beta-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click `@chromium-tip-of-tree-ubuntu-22.04--headed`
⚠️ [chromium-library] › library/inspector/pause.spec.ts:477 › pause › should highlight on explore (csharp) `@chromium-tip-of-tree-ubuntu-22.04--headed`
⚠️ [chromium-library] › library/browsercontext-cookies-third-party.spec.ts:526 › should(not) block third party cookies - persistent context `@chrome-macos-latest`
⚠️ [chromium-library] › library/browsercontext-pages.spec.ts:35 › frame.focus should work multiple times `@chrome-macos-latest`
⚠️ [chromium-library] › library/chromium/oopif.spec.ts:152 › should take screenshot `@chrome-macos-latest`
⚠️ [chromium-library] › library/chromium/tracing.spec.ts:99 › should support a buffer without a path `@chrome-macos-latest`
⚠️ [chromium-library] › library/emulation-focus.spec.ts:201 › should trigger hover state concurrently `@chrome-macos-latest`
⚠️ [chromium-library] › library/global-fetch-cookie.spec.ts:204 › should remove cookie with expires far in the past `@chrome-macos-latest`
⚠️ [chromium-library] › library/global-fetch.spec.ts:359 › should not double stringify literal string undefined body when content-type is application/json `@chrome-macos-latest`
⚠️ [chromium-library] › library/headful.spec.ts:252 › should click bottom row w/ infobar in OOPIF `@chrome-macos-latest`
⚠️ [chromium-library] › library/headful.spec.ts:291 › headless and headful should use same default fonts `@chrome-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:53 › cli codegen › should double click `@chrome-macos-latest`
⚠️ [chromium-library] › library/inspector/cli-codegen-1.spec.ts:94 › cli codegen › should click twice `@chrome-macos-latest`
⚠️ [chromium-library] › library/permissions.spec.ts:256 › should be able to use the local-fonts API `@chrome-macos-latest`
⚠️ [chromium-library] › library/popup.spec.ts:188 › BrowserContext.addInitScript should apply to a cross-process popup `@chrome-macos-latest`
⚠️ [chromium-library] › library/proxy.spec.ts:93 › should proxy local network requests › by default › localhost `@chrome-macos-latest`
⚠️ [chromium-page] › page/page-event-popup.spec.ts:85 › should work with noopener and no url `@chrome-macos-latest`
⚠️ [chromium-page] › page/page-screenshot.spec.ts:424 › page screenshot › should take fullPage screenshots during navigation `@chrome-macos-latest`
⚠️ [chromium-library] › library/video.spec.ts:582 › screencast › should capture static page in persistent context @smoke `@chromium-headed-windows-latest`
⚠️ [chromium-page] › page/page-click.spec.ts:1240 › should set PointerEvent.pressure on pointermove `@chromium-headed-windows-latest`
⚠️ [chromium-page] › page/page-drag.spec.ts:73 › Drag and drop › should work inside iframe `@chromium-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/video.spec.ts:308 › screencast › should expose video path blank page `@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-check.spec.ts:84 › should uncheck the box by aria role `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-page] › page/page-click.spec.ts:251 › should click on checkbox input and toggle `@firefox-headed-ubuntu-24.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-beta-ubuntu-22.04`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@tracing-firefox`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:43 › should poll on interval `@tracing-firefox`
⚠️ [firefox-library] › library/signals.spec.ts:25 › should close the browser when the node process closes `@firefox-beta-windows-latest`
⚠️ [firefox-page] › page/page-goto.spec.ts:83 › should work with Cross-Origin-Opener-Policy `@firefox-beta-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:151 › cli codegen › should ignore programmatic events `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/page-close.spec.ts:162 › should not treat navigations as new popups `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/video.spec.ts:189 › screencast › should capture static page `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/video.spec.ts:343 › screencast › should work with relative path for recordVideo.dir `@firefox-headed-macos-14-xlarge`
⚠️ [firefox-library] › library/browsercontext-reuse.spec.ts:197 › reuse launch › should not cache resources `@firefox-macos-14-large`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-macos-14-large`
⚠️ [firefox-library] › library/beforeunload.spec.ts:20 › should close browser with beforeunload page `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-basic.spec.ts:36 › should be able to click across browser contexts `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-har.spec.ts:415 › should ignore boundary when matching multipart/form-data body `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/browsercontext-reuse.spec.ts:197 › reuse connect › should not cache resources `@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/browsercontext-viewport.spec.ts:177 › should be able to get correct orientation angle on non-mobile devices `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/hit-target.spec.ts:259 › should not click an element overlaying iframe with the target `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-2.spec.ts:197 › cli codegen › should download files `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-csharp.spec.ts:231 › should work with --save-har and --save-har-glob in mstest `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-python.spec.ts:76 › should save the codegen output to a file if specified `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-python.spec.ts:135 › should work with --save-har and --save-har-glob `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/pause.spec.ts:171 › pause › should disable timeout on paused actions `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/proxy.spec.ts:241 › should use socks proxy in second page `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:1788 › should show a popover `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/video.spec.ts:652 › screencast › should throw if browser dies `@firefox-headed-windows-latest`
⚠️ [firefox-page] › page/page-click-scroll.spec.ts:19 › should not hit scroll bar `@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-page] › page/page-click.spec.ts:273 › should click on checkbox label and toggle `@firefox-headed-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-24.04`
⚠️ [firefox-library] › library/browsercontext-page-event.spec.ts:173 › should work with Ctrl-clicking `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/trace-viewer.spec.ts:1380 › should pick locator in iframe `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-add-locator-handler.spec.ts:19 › should work `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-autowaiting-basic.spec.ts:144 › should report and collapse log in action `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-event-request.spec.ts:123 › should report navigation requests and responses handled by service worker `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-expose-function.spec.ts:150 › should work after cross origin navigation `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-goto.spec.ts:712 › should reject referer option when setExtraHTTPHeaders provides referer `@firefox-beta-macos-latest`
⚠️ [firefox-page] › page/page-network-idle.spec.ts:141 › should wait for networkidle from the popup `@firefox-beta-macos-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-macos-15-large`
⚠️ [firefox-library] › library/browsercontext-reuse.spec.ts:197 › reuse launch › should not cache resources `@firefox-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-windows-latest`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-windows-latest`
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-macos-15-xlarge`
⚠️ [firefox-page] › page/page-wait-for-function.spec.ts:104 › should work with strict CSP policy `@firefox-macos-15-xlarge`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:353 › cli codegen › should fill japanese text `@webkit-headed-ubuntu-24.04`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:640 › cli codegen › should consume pointer events `@webkit-headed-ubuntu-24.04`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:672 › cli codegen › should consume contextmenu events, despite a custom context menu `@webkit-headed-ubuntu-24.04`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:116 › reuse launch › should reset serviceworker `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:21 › cli codegen › should click `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:323 › cli codegen › should fill `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:353 › cli codegen › should fill japanese text `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:538 › cli codegen › should emit single keyup on ArrowDown `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:563 › cli codegen › should check `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:720 › cli codegen › should select with size attribute `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:821 › cli codegen › should attribute navigation to click `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-1.spec.ts:876 › cli codegen › should attribute navigation to press/fill `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:67 › cli codegen › should contain close page `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:25 › cli codegen › should click locator.first `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:226 › cli codegen › should generate frame locators (4) `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-3.spec.ts:830 › cli codegen › should assert value on disabled select `@webkit-headed-windows-latest`
⚠️ [webkit-page] › page/page-mouse.spec.ts:174 › should report correct pointerType property `@webkit-headed-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-2.spec.ts:312 › cli codegen › should record open in a new tab with url `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/inspector/cli-codegen-aria.spec.ts:76 › should update aria snapshot highlight `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/inspector/pause.spec.ts:477 › pause › should highlight on explore (csharp) `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-page] › page/page-network-request.spec.ts:288 › should parse the data if content-type is application/x-www-form-urlencoded `@webkit-headed-ubuntu-22.04`
⚠️ [webkit-library] › library/trace-viewer.spec.ts:1380 › should pick locator in iframe `@webkit-macos-14-large`
⚠️ [webkit-library] › library/video.spec.ts:477 › screencast › should scale frames down to the requested size `@webkit-macos-14-large`
⚠️ [webkit-page] › page/wheel.spec.ts:51 › should dispatch wheel events @smoke `@webkit-macos-14-large`
⚠️ [webkit-library] › library/browsercontext-reuse.spec.ts:116 › reuse launch › should reset serviceworker `@webkit-windows-latest`
⚠️ [webkit-library] › library/inspector/cli-codegen-pick-locator.spec.ts:35 › should update locator highlight `@webkit-windows-latest`
⚠️ [webkit-library] › library/video.spec.ts:477 › screencast › should scale frames down to the requested size `@webkit-windows-latest`
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:235 › launchServer › should send extra headers with connect request `@webkit-macos-14-xlarge`
⚠️ [webkit-library] › library/video.spec.ts:381 › screencast › should capture navigation `@webkit-macos-14-xlarge`
⚠️ [webkit-page] › page/page-leaks.spec.ts:107 › fill should not leak `@webkit-macos-14-xlarge`

244659 passed, 9414 skipped


Merge workflow run.

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.

0 participants