testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

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

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

### What is your Scenario? The team blog (https://testcafe.io/resources/team-blog) appears to be missing an RSS feed. The old feed (not linked to from the page, I discovered a link in...

TYPE: enhancement
AREA: testcafe.io

### What is your Scenario? Testing an application containing a class with private fields. ### What is the Current behavior? The browser console gives the following result of the application...

TYPE: bug
SYSTEM: hammerhead
COMPLEXITY: hard
FREQUENCY: level 1

### What is your Scenario? When automating our code in development we sometimes run into different error codes (like chrome error code 5) and TestCafe doesn't appear to handle them...

TYPE: bug
STATE: Need clarification

### What is your Test Scenario? We are using testcafe to measure performance regressions. Our test case does some setup, tests something, and makes sure its under some X time....

TYPE: enhancement
FREQUENCY: level 2

### What is your Scenario? I have multiple windows running and test with Firefox browser. ### What is the Current behavior? Testcafe throws ``` Unhandled promise rejection: TypeError: browserClient.closeBrowserChildWindow is...

TYPE: bug
BROWSER: Firefox
FREQUENCY: level 1
SYSTEM: window management

### What is your Scenario? I would like to type text with multiple words (separated by space) inside the input. ### What is the Current behavior? The test which is...

TYPE: bug
BROWSER: Safari
SYSTEM: automations
FREQUENCY: level 1

### What is your Scenario? The application I'm testing with testcafe has a bunch of shadowDoms, within those there are SVGs. Whenever I try to click on any or expect...

TYPE: bug
AREA: client
SYSTEM: automations
FREQUENCY: level 1

### What is your Test Scenario? I have a `test` block that calls an async helper function. That helper function makes more than one async assertion. If any of those...

TYPE: enhancement

### What is your Scenario? While starting new tests the main javascript file is not loaded and the following error occurs in the console: Failed to load resource: the server...

TYPE: bug
SYSTEM: hammerhead