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 Test Scenario? When trying to run any test on Safari 15, TestCafe hangs and can't perform any test step without any error. The same test works...

TYPE: bug
BROWSER: Safari
FREQUENCY: level 2

### What is your Scenario? My react app has a service worker. I am trying to test that the service worker was registered successfully using the following code. ``` import...

TYPE: bug
FREQUENCY: level 1

### What is your Scenario? Not able to replay JSON files with double click step ### What are you suggesting? Support double click event in replaying Chrome Recorder json ###...

TYPE: enhancement

### What is your Scenario? Not able to replay JSON files with hover step ### What are you suggesting? Support hover event in replaying Chrome Recorder json ### What alternatives...

TYPE: enhancement

### What is your Scenario? Not able to replay JSON files with right click step ### What are you suggesting? Support right click event in replaying Chrome Recorder json ###...

TYPE: enhancement

### What is your Scenario? The runner.run article only has one code example ### What are you suggesting? Add code examples for each of the options ### What alternatives have...

TYPE: enhancement
AREA: docs

### What is your Scenario? I have a custom reporter that uses [TestRunErrorFormatableAdapter](https://github.com/DevExpress/testcafe/blob/master/src/errors/test-run/formattable-adapter.js) `formatMessage` method to generate JSON representation of a test error. ### What is the Current behavior? In...

TYPE: enhancement
Dashboard

### What is your Scenario? I have started working with TestCafe v3. 5.0 The Following was noted in the console. up to date, audited 478 packages in 4s 38 packages...

TYPE: bug

## Purpose Remove vulnerable lodash pick that was used by gulp-less version 4. ## Approach Updated version of gulp-less from version 4 to 5 ## References https://github.com/DevExpress/testcafe/security/dependabot/24 ## Pre-Merge TODO...

### What is your Scenario? Unable to run the simplest tests when adding type: "module" to package.json ### What is the Current behavior? After launching testcafe I'm getting the error:...

TYPE: bug