testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
Bumps [multer](https://github.com/expressjs/multer) from 1.4.4-lts.1 to 2.0.1. Release notes Sourced from multer's releases. v2.0.1 Important Fix CVE-2025-48997 (GHSA-g5hg-p3ph-g8qg) What's Changed add Arabic translation for README .. by @3imed-jaberi in expressjs/multer#762 Update...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.10.0. Release notes Sourced from axios's releases. Release v1.10.0 Release notes: Bug Fixes adapter: pass fetchOptions to fetch function (#6883) (0f50af8) form-data: convert boolean values...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.26.0 to 7.27.6. Release notes Sourced from @babel/runtime's releases. v7.27.6 (2025-06-05) :bug: Bug Fix babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3 #17366 fix: finally causes unexpected return value (@liuxingbaoyu)...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.26.0 to 7.27.6. Release notes Sourced from @babel/helpers's releases. v7.27.6 (2025-06-05) :bug: Bug Fix babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3 #17366 fix: finally causes unexpected return value (@liuxingbaoyu)...
### What is your Scenario? I'm running my test code and using the `testRun.after` hook functionality to run some instrumentation code after the test run is finished so that I...
## Purpose Currently overriding POST data body is only possible when running tests with `--disable-native-automation`. Take a look at following example: ```ts // tests/test.ts import { RequestHook, Selector } from...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...