Skip to content

chore(deps-dev): bump formidable from 2.1.2 to 3.5.4 #35797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2025

Bumps formidable from 2.1.2 to 3.5.4.

Release notes

Sourced from formidable's releases.

v3.5.3

What's Changed

  • Fix existing test failure by @​ryhmrt in node-formidable/formidable#990

  • update Ryan Dahl x account link by @​moetezch in node-formidable/formidable#989

  • update failing tests

  • update CI/CD workflows and actions;

  • update CodeQL github action for security analysis

  • update readme, links and badges

  • update to use cuid2 (battle-tested @paralleldrive/cuid2 package) for better random names - should not be breaking anything since it's still 25 characters long, but a lot safer and faster.

New Contributors

Full Changelog: node-formidable/formidable@v3.5.2...v3.5.3

v3.5.2

No release notes provided.

v3.2.5

No release notes provided.

3.2.4

No release notes provided.

3.1.4

https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md

Changelog

Sourced from formidable's changelog.

3.5.4

  • fix the os.machine breaking some dependents, fix #994
  • add Node 16, 18, 20, 22 to CI/CD

3.5.3

  • security report by ZAST.AI help for some vulnerabilities addressing (primarily the random names generation)
  • update failing tests
  • update CI/CD workflows and actions;
  • update CodeQL github action for security analysis
  • update readme, links and badges
  • update to use cuid2 (battle-tested @paralleldrive/cuid2 package) for better random names - should not be breaking anything since it's still 25 characters long, but a lot safer and faster.

3.5.2

  • fix: (#982) make it easier to import hexoid with webpack

3.5.1

  • fix: (#945) multipart parser fix: flush or fail always (don't hang)

3.5.0

  • feature: (#944) Dual package: Can be imported as ES module and required as commonjs module

3.4.0

  • feature: (#940) form.parse returns a promise if no callback is provided
  • it resolves with an array [fields, files]

3.3.2

  • feature: (#855) add options.createDirsFromUploads, see README for usage
  • form.parse is an async function (ignore the promise)
  • benchmarks: add e2e becnhmark with as many request as possible per second
    • npm run to display all the commands
  • mark as latest on npm

3.2.5

  • fix: (#881) fail earlier when maxFiles is exceeded

3.2.4

  • fix: (#857) improve keep extension
  • The code from before 3.2.4 already removed some characters from the file extension. But not always. So it was inconsistent.

... (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 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 [formidable](https://github.com/node-formidable/formidable) from 2.1.2 to 3.5.4.
- [Release notes](https://github.com/node-formidable/formidable/releases)
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md)
- [Commits](https://github.com/node-formidable/formidable/commits)

---
updated-dependencies:
- dependency-name: formidable
  dependency-version: 3.5.4
  dependency-type: direct:development
...

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 29, 2025

This comment has been minimized.

Copy link
Contributor

Test results for "tests others"

42 failed
❌ [electron-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @electron-macos-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @electron-macos-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @electron-macos-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @electron-macos-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @electron-macos-latest
❌ [electron-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @electron-ubuntu-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @electron-ubuntu-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @electron-ubuntu-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @electron-ubuntu-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @electron-ubuntu-latest
❌ [electron-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @electron-windows-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @electron-windows-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @electron-windows-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @electron-windows-latest
❌ [electron-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @electron-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @frozen-time-library-chromium-linux
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @frozen-time-library-chromium-linux
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @frozen-time-library-chromium-linux
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @frozen-time-library-chromium-linux
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @frozen-time-library-chromium-linux
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @frozen-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @frozen-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @frozen-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @frozen-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @frozen-time-library-chromium-linux
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @realtime-time-library-chromium-linux
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @realtime-time-library-chromium-linux
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @realtime-time-library-chromium-linux
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @realtime-time-library-chromium-linux
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @realtime-time-library-chromium-linux
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @realtime-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @realtime-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @realtime-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @realtime-time-library-chromium-linux
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @realtime-time-library-chromium-linux
❌ [webview2] › page/page-autowaiting-basic.spec.ts:58:3 › should await form-get on click @webview2-chromium-windows
❌ [webview2] › page/page-autowaiting-basic.spec.ts:79:3 › should await form-post on click @webview2-chromium-windows
❌ [webview2] › page/page-autowaiting-basic.spec.ts:116:3 › should work with goto following click @webview2-chromium-windows
❌ [webview2] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @webview2-chromium-windows
❌ [webview2] › page/page-network-request.spec.ts:288:3 › should parse the data if content-type is application/x-www-form-urlencoded @webview2-chromium-windows
❌ [webview2] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @webview2-chromium-windows
❌ [webview2] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @webview2-chromium-windows

3 flaky ⚠️ [electron-page] › page/page-request-continue.spec.ts:72:3 › should delete header with undefined value @electron-macos-latest
⚠️ [electron-page] › page/page-request-continue.spec.ts:72:3 › should delete header with undefined value @electron-ubuntu-latest
⚠️ [electron-page] › page/page-request-continue.spec.ts:72:3 › should delete header with undefined value @electron-windows-latest

21919 passed, 519 skipped
✔️✔️✔️

Merge workflow run.

This comment has been minimized.

Copy link
Contributor

Test results for "tests 1"

61 failed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-ubuntu-22.04-node18
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-ubuntu-22.04-node18
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-ubuntu-22.04-node18
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-ubuntu-22.04-node18
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-ubuntu-22.04-node18
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-ubuntu-22.04-node18
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-ubuntu-22.04-node18
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-ubuntu-22.04-node18
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-ubuntu-22.04-node18
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-ubuntu-22.04-node18
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-ubuntu-22.04-node20
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-ubuntu-22.04-node20
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-ubuntu-22.04-node20
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-ubuntu-22.04-node20
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-ubuntu-22.04-node20
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-ubuntu-22.04-node20
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-ubuntu-22.04-node20
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-ubuntu-22.04-node20
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-ubuntu-22.04-node20
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-ubuntu-22.04-node20
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-ubuntu-22.04-node22
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-ubuntu-22.04-node22
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-ubuntu-22.04-node22
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-ubuntu-22.04-node22
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-ubuntu-22.04-node22
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-ubuntu-22.04-node22
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-ubuntu-22.04-node22
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-ubuntu-22.04-node22
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-ubuntu-22.04-node22
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-ubuntu-22.04-node22
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-ubuntu-22.04-node18
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-ubuntu-22.04-node18
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-ubuntu-22.04-node18
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-ubuntu-22.04-node18
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-ubuntu-22.04-node18
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-ubuntu-22.04-node18
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-ubuntu-22.04-node18
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-ubuntu-22.04-node18
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-ubuntu-22.04-node18
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-ubuntu-22.04-node18
❌ [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT @macos-latest-node18-1
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @ubuntu-22.04-chromium-tip-of-tree
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @ubuntu-22.04-chromium-tip-of-tree
❌ [webkit-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @webkit-ubuntu-22.04-node18
❌ [webkit-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @webkit-ubuntu-22.04-node18
❌ [webkit-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @webkit-ubuntu-22.04-node18
❌ [webkit-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @webkit-ubuntu-22.04-node18
❌ [webkit-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @webkit-ubuntu-22.04-node18
❌ [webkit-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @webkit-ubuntu-22.04-node18
❌ [webkit-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @webkit-ubuntu-22.04-node18
❌ [webkit-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @webkit-ubuntu-22.04-node18
❌ [webkit-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @webkit-ubuntu-22.04-node18
❌ [webkit-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @webkit-ubuntu-22.04-node18

6 flaky ⚠️ [chromium-library] › library/browsertype-connect.spec.ts:118:5 › launchServer › should print HTTP error @chromium-ubuntu-22.04-node18
⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:986:7 › cli codegen › should not throw csp directive violation errors @firefox-ubuntu-22.04-node18
⚠️ [firefox-page] › page/page-evaluate.spec.ts:424:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [webkit-library] › library/browsercontext-viewport-mobile.spec.ts:87:5 › mobile viewport › should support window.orientation emulation @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › library/emulation-focus.spec.ts:104:3 › should not affect screenshots @webkit-ubuntu-22.04-node18
⚠️ [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all @windows-latest-node18-1

39040 passed, 809 skipped
✔️✔️✔️

Merge workflow run.

Copy link
Contributor

Test results for "tests 2"

619 failed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @channel-chromium-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @channel-chromium-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @channel-chromium-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @channel-chromium-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @channel-chromium-macos-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @channel-chromium-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @channel-chromium-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @channel-chromium-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @channel-chromium-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @channel-chromium-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @channel-chromium-ubuntu-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @channel-chromium-ubuntu-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @channel-chromium-ubuntu-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @channel-chromium-ubuntu-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @channel-chromium-ubuntu-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @channel-chromium-ubuntu-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @channel-chromium-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @channel-chromium-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @channel-chromium-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @channel-chromium-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @channel-chromium-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @channel-chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @channel-chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @channel-chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @channel-chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @channel-chromium-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chrome-beta-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chrome-beta-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chrome-beta-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chrome-beta-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chrome-beta-macos-latest
❌ [chromium-library] › library/logger.spec.ts:19:3 › should log @smoke @chrome-beta-macos-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chrome-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chrome-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chrome-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chrome-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chrome-beta-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chrome-beta-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chrome-beta-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chrome-beta-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chrome-beta-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chrome-beta-ubuntu-22.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chrome-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chrome-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chrome-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chrome-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chrome-beta-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chrome-beta-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chrome-beta-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chrome-beta-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chrome-beta-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chrome-beta-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chrome-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chrome-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chrome-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chrome-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chrome-beta-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chrome-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chrome-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chrome-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chrome-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chrome-macos-latest
❌ [chromium-page] › page/page-autowaiting-basic.spec.ts:79:3 › should await form-post on click @chrome-macos-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chrome-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chrome-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chrome-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chrome-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chrome-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chrome-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chrome-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chrome-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chrome-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chrome-ubuntu-22.04
❌ [chromium-library] › library/har.spec.ts:179:3 › should include form params @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-autowaiting-basic.spec.ts:58:3 › should await form-get on click @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-autowaiting-basic.spec.ts:79:3 › should await form-post on click @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-network-request.spec.ts:288:3 › should parse the data if content-type is application/x-www-form-urlencoded @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chrome-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chrome-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chrome-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chrome-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chrome-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chrome-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chrome-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chrome-windows-latest
❌ [chromium-page] › page/page-network-request.spec.ts:288:3 › should parse the data if content-type is application/x-www-form-urlencoded @chrome-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chrome-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chrome-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chrome-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chrome-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-headed-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-headed-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-headed-ubuntu-24.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-headed-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-headed-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-headed-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-headed-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-headed-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-headed-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-headed-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-headed-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-headed-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-headed-windows-latest
❌ [chromium-library] › library/video.spec.ts:379:5 › screencast › should capture navigation @chromium-headed-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-headed-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-headed-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-headed-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-headed-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-headed-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-macos-13-large
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-macos-13-large
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-macos-13-large
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-macos-13-large
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-macos-13-large
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-macos-13-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-macos-13-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-macos-13-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-macos-13-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-macos-13-large
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-macos-13-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-macos-13-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-macos-13-xlarge
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-macos-13-xlarge
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-macos-13-xlarge
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-macos-13-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-macos-13-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-macos-13-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-macos-13-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-macos-13-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-macos-14-large
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-macos-14-large
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-macos-14-large
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-macos-14-large
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-macos-14-large
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-macos-14-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-macos-14-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-macos-14-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-macos-14-large
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-macos-14-large
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-macos-14-xlarge
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-macos-14-xlarge
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-macos-14-xlarge
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-macos-14-xlarge
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-macos-14-xlarge
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-tip-of-tree-headless-shell-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-tip-of-tree-macos-13
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-tip-of-tree-macos-13
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-tip-of-tree-macos-13
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-tip-of-tree-macos-13
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-tip-of-tree-macos-13
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-tip-of-tree-macos-13
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-tip-of-tree-macos-13
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-macos-13
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-tip-of-tree-macos-13
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-tip-of-tree-macos-13
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-tip-of-tree-macos-13--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-tip-of-tree-macos-13--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-tip-of-tree-macos-13--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-tip-of-tree-macos-13--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-tip-of-tree-macos-13--headed
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-tip-of-tree-macos-13--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-tip-of-tree-macos-13--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-macos-13--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-tip-of-tree-macos-13--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-tip-of-tree-macos-13--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-tip-of-tree-ubuntu-22.04--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-tip-of-tree-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-tip-of-tree-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-tip-of-tree-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-tip-of-tree-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-tip-of-tree-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-tip-of-tree-windows-latest--headed
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-ubuntu-24.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-ubuntu-24.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-ubuntu-24.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-ubuntu-24.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-ubuntu-24.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @chromium-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @chromium-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @chromium-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @chromium-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @chromium-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @chromium-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @chromium-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @driver
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @driver
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @driver
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @driver
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @driver
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @driver
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @driver
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-beta-macos-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-beta-macos-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-beta-macos-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-beta-macos-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-beta-macos-latest
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-beta-macos-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-beta-macos-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-beta-macos-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-beta-macos-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-beta-macos-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-beta-ubuntu-22.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-beta-ubuntu-22.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-beta-ubuntu-22.04
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-beta-ubuntu-22.04
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-beta-ubuntu-22.04
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-beta-ubuntu-22.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-beta-ubuntu-22.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-beta-ubuntu-22.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-beta-ubuntu-22.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-beta-ubuntu-22.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-beta-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-beta-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-beta-windows-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-beta-windows-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-beta-windows-latest
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-beta-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-beta-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-beta-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-beta-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-beta-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-headed-macos-14-xlarge
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-headed-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-headed-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-headed-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-headed-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-headed-macos-14-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-headed-ubuntu-24.04
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-headed-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-headed-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-headed-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-headed-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-headed-ubuntu-24.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-headed-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-headed-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-headed-windows-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-headed-windows-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-headed-windows-latest
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-headed-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-headed-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-headed-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-headed-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-headed-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-macos-13-large
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-macos-13-large
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-macos-13-large
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-macos-13-large
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-macos-13-large
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-macos-13-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-macos-13-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-macos-13-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-macos-13-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-macos-13-large
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-macos-13-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-macos-13-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-macos-13-xlarge
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-macos-13-xlarge
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-macos-13-xlarge
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-macos-13-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-macos-13-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-macos-13-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-macos-13-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-macos-13-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-macos-14-large
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-macos-14-large
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-macos-14-large
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-macos-14-large
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-macos-14-large
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-macos-14-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-macos-14-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-macos-14-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-macos-14-large
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-macos-14-large
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-macos-14-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-macos-14-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-macos-14-xlarge
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-macos-14-xlarge
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-macos-14-xlarge
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-macos-14-xlarge
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-macos-14-xlarge
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-ubuntu-24.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-ubuntu-24.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-ubuntu-24.04
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-ubuntu-24.04
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-ubuntu-24.04
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-ubuntu-24.04
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-ubuntu-24.04
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @firefox-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @firefox-windows-latest
❌ [firefox-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @firefox-windows-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @firefox-windows-latest
❌ [firefox-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @firefox-windows-latest
❌ [firefox-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @firefox-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @firefox-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @firefox-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @firefox-windows-latest
❌ [firefox-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @firefox-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-beta-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-beta-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-beta-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-beta-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-beta-macos-latest
❌ [chromium-library] › library/inspector/cli-codegen-2.spec.ts:454:7 › cli codegen › should save assets via SIGINT @msedge-beta-macos-latest
❌ [chromium-library] › library/proxy.spec.ts:93:11 › should proxy local network requests › with other bypasses › loopback address @msedge-beta-macos-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-beta-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-beta-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-beta-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-beta-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-beta-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-beta-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-beta-ubuntu-22.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-beta-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-beta-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-beta-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-beta-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-beta-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-beta-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-beta-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-beta-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-beta-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-dev-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-dev-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-dev-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-dev-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-dev-macos-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-dev-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-dev-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-dev-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-dev-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-dev-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-dev-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-dev-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-dev-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-dev-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-dev-ubuntu-22.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-dev-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-dev-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-dev-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-dev-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-dev-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-dev-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-dev-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-dev-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-dev-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-dev-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-dev-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-dev-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-dev-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-dev-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-dev-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-macos-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-macos-latest
❌ [chromium-library] › library/har.spec.ts:179:3 › should include form params @msedge-macos-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-macos-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-macos-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-ubuntu-22.04
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-autowaiting-basic.spec.ts:58:3 › should await form-get on click @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-autowaiting-basic.spec.ts:79:3 › should await form-post on click @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-network-request.spec.ts:288:3 › should parse the data if content-type is application/x-www-form-urlencoded @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-ubuntu-22.04
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-ubuntu-22.04
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @msedge-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @msedge-windows-latest
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @msedge-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @msedge-windows-latest
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @msedge-windows-latest
❌ [chromium-page] › page/page-autowaiting-basic.spec.ts:79:3 › should await form-post on click @msedge-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @msedge-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @msedge-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @msedge-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @msedge-windows-latest
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @msedge-windows-latest
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @service
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @service
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @service
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @tracing-chromium
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @tracing-chromium
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @tracing-chromium
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › launchServer › should upload large file @tracing-chromium
❌ [chromium-library] › library/browsertype-connect.spec.ts:686:5 › run-server › should upload large file @tracing-chromium
❌ [chromium-page] › page/page-filechooser.spec.ts:246:5 › should not trim big uploaded files @tracing-chromium
❌ [chromium-page] › page/page-set-input-files.spec.ts:146:5 › should upload large file @tracing-chromium
❌ [chromium-page] › page/page-set-input-files.spec.ts:204:5 › should upload large file with relative path @tracing-chromium
❌ [chromium-page] › page/page-set-input-files.spec.ts:299:5 › should detect mime type @tracing-chromium
❌ [chromium-page] › page/page-set-input-files.spec.ts:334:5 › should not trim big uploaded files @tracing-chromium
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:998:3 › should support multipart/form-data @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1035:3 › should support multipart/form-data with ReadStream values @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/browsercontext-fetch.spec.ts:1068:3 › should support multipart/form-data and keep the order @tracing-chromium-tip-of-tree
❌ [chromium-library] › library/browsertype-connect.spec.t... 34834 more characters

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