testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
1) A JavaScript error occurred on "Test Page". Repeat test actions in the browser and check the console for errors. Enable the “skipJsErrors” option to ignore JavaScript errors during test...
### What is your Scenario? 1. Have a test with a long timeout that fails (like, 60s) or a `t.debug` that locks the page. 2. Run the test in live...
### What is your Scenario? When using nested helper functions (3+ levels deep), TestCafe omits some function calls from the error stacktrace, making debugging difficult. ### What is the Current...
### What is your Scenario? The time taken to open a browser instance and initialise TestCafe can be significant (5-10 seconds). For integration test suites with many separate tests, this...
### What is your Scenario? Our testcafe tests have stopped working on safari after we updated it to version 26. We can see from console logs that the reason is...
### What is your Scenario? Using testcafe to run tests on a react app after building and serving with vite build/preview ### What is the Current behavior? I have seen...
## What does this PR do? Fixes an `Invalid URL` error that occurs when using `baseUrl` with `http` or `https` values in TestCafe 3.7.1+ on Node.js 20.18+. ## Current behavior...
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.28 to 0.2.4. Changelog Sourced from tmp's changelog. v0.2.2 (2024-02-28) :bug: Bug Fix #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (@mbargiel)...
Bumps and [tar-fs](https://github.com/mafintosh/tar-fs). These dependencies needed to be updated together. Updates `tar-fs` from 2.1.3 to 2.1.4 Commits f421a23 2.1.4 c412fa1 refactor to same pattern as v3 See full diff in...