testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

A Node.js tool to automate end-to-end web testing.

Results 225 testcafe issues
Sort by recently updated
recently updated
newest added

### What is your Scenario? We are building a shared library (that gets used in our test code) using TSC and the [recommended settings for node 20](https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping#node-20) (as that's the...

TYPE: bug

### What is your Scenario? API test call with Authorization Bearer token header causes an error. ### What is the Current behavior? Getting the following errors when the test runs:...

TYPE: bug
STATE: Need response

### What is your Scenario? TestCafe (proxy mode) fails with 'Uncaught object' error on [leaveElement](https://github.com/DevExpress/testcafe/blob/bee56d2b1c0845ba95ba164842f98292449842f8/src/client/automation/playback/move/event-sequence/base.js#L38) when the [prevElement](https://github.com/DevExpress/testcafe/blob/bee56d2b1c0845ba95ba164842f98292449842f8/src/client/automation/playback/move/event-sequence/base.js#L38C47-L38C58) is removed from the DOM, and it (or its parent, which is...

TYPE: bug
STATE: Need response

### What is your Scenario? After upgrading TestCafe, we found an issue with assertions for the visibility of some elements failing, despite the elements being visible on the page. I've...

TYPE: bug

### What is your Scenario? 1. Launch main window, perform some tests 2. Launch sub window and close sub window ### What is the Current behavior? Launching subwindow throwing Unhandled...

TYPE: bug
STATE: Issue accepted

### What is your Scenario? I want to test a page that uses WebWorkers with real ES modules. ### What is the Current behavior? The page throws with: `TypeError: WorkerGlobalScope.importScripts:...

TYPE: bug

### What is your Scenario? I'd like to use the dragToElement method to select multiple cells in a table ### What is the Current behavior? I'm seeing this issue again...

TYPE: bug

### What is your Scenario? I wrote some custom functions for TestCafe and decided to cover these with tests. The test setup consists of a Node.js built-in test runner that...

TYPE: bug

### What is your Scenario? We have a set of tests which executes every 30 mins 24/7 ### What is the Current behavior? We have around 50 executions per day,...

TYPE: bug
STATE: Need response

### What is your Scenario? Trying to run the framework. After updating Chrome to latest current official version 130.0.6723.59 TestCafe is crashing on initialisation. Chrome would not start. ### What...

TYPE: bug
STATE: Need response