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 following articles are badly written and/or miss important information: https://testcafe.io/documentation/402635/getting-started#header https://testcafe.io/documentation/402834/guides/basic-guides/install-testcafe ### What are you suggesting? Overhaul the following articles: https://testcafe.io/documentation/402635/getting-started#header https://testcafe.io/documentation/402834/guides/basic-guides/install-testcafe ### What...

TYPE: enhancement
AREA: docs

### What is your Scenario? I would like to use the `userVariables` as a means to access my environment variables. .testcaferc.js ``` import toggles from "../src/config/toggles"; module.exports = { userVariables:...

TYPE: bug
AREA: docs

### What is your Scenario? Web app that makes client side fetch to two API endpoints, both on localhost but one is not running, so doesn't accept connections (which is...

TYPE: bug
SYSTEM: hammerhead
FREQUENCY: level 2

### What is your Scenario? When using a function based Selector errors for non-matching elements generated by TestCafe give you no clue what the failing selector is. For example this...

TYPE: enhancement
FREQUENCY: level 1

### What is your Scenario? In our .testcaferc file, we have quarantine mode enabled and use it for all of our runs, but we've implemented a feature that we don't...

TYPE: enhancement
HELP WANTED

### What is your Scenario? I want to get an element by using - [ARIA role](https://www.w3.org/TR/wai-aria-1.2/#roles) - [ARIA attributes](https://www.w3.org/TR/wai-aria-1.2/#aria-attributes) - [accessible name](https://w3c.github.io/accname/#dfn-accessible-name). ### What are you suggesting? Selector API should...

TYPE: enhancement

Seems it's not possible to use local reporter using config file now. Its can be wery useful feature, especially as is possible with js interface. ``` { reporter: [ {...

TYPE: enhancement

### What is your Scenario? When trying to contribute to TestCafe, I'm following the instructions from CONTRIBUTING.md. Namely, I do `npm install`, then `npx gulp build`. This is enough to...

TYPE: enhancement
AREA: docs

### What is your Scenario? There isn't information about how to change an URL of the request in the RequestHook, ### What are you suggesting? [There](https://testcafe.io/documentation/402772/reference/test-api/requesthook/onrequest) should be informed on...

TYPE: enhancement
AREA: docs

### What is your Scenario? I want to have strict type definition for meta object in order to set some properties only within given type boundaries and get utilize IDE...

TYPE: enhancement
HELP WANTED