testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### What is your Scenario? Would like to run tests with scroll event present without having the browsers hang ### What is the Current behavior? When running tests, the tests...
### What is your Scenario? I'm trying to use a node test-runner object (test_runner.ts) to run Testcafe with my test.ts file. Once the site is running, I want to run...
### What is your Scenario? When a test fails, it's useful to have a screenshot/video. However, sometimes the screenshot/video looks ok in CI and it's hard to see why a...
### What is your Scenario? I'm having [this issue](https://stackoverflow.com/questions/78631743/testcafe-how-to-test-dynamic-url-popup-window-that-is-dependat-on-previous-tab-s), and am stuck, because it's a combination of several challenges that together make it next to impossible to solve my use...
### What is your Scenario? I am using TypeScript for writing TestCafe tests, which favours ESM import syntax over the older CommonJS. I benefit a lot from being able to...
### What is your Scenario? When the heartbeat fails, the framework enters an infinite cycle, on the video recorder, filling the logs with the same error message until it blows...
## 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 Hammerhead returned invalid results. ## Approach Update testcafe-hammerhead package. ## References Hammerhead PR: https://github.com/DevExpress/testcafe-hammerhead/pull/3016 Closes: https://github.com/DevExpress/testcafe/issues/8237 ## Pre-Merge TODO - [ ] Write tests for your proposed changes...
### What is your Scenario? I just upgraded my testcafe version from 3.2.0 to 3.6.2 and I suddenly get these Uncaught Object errors. ### What is the Current behavior? After...
### What is your Scenario? In the section headed Fixtures where the guide discusses Relative URLS, the exmaple given seems to be an Absolute path. Further down in the Tests...