testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### 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...
### 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:...
### 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...
### 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...
### 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...
### 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...
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: [ {...
### 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...
### 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...
### 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...