testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### What is your Scenario? Currently, Test Cafe uses a reverse proxy which acts like a man in the middle and injects Test Cafe/Hammerhead specific code into the main HTML...
### What is your Scenario? - ### What are you suggesting? - [ ] #7203 - [ ] #7202 [Implementation](https://github.com/DevExpress/testcafe/issues/2775) - [ ] Write Release Notes (RC1: https://github.com/DevExpress/testcafe/releases/tag/v1.20.1-rc.1 ) ###...
Currently, errors from the last test run attempt only go to the `errs` property. Errors from other attempts go to the `quarantine` property. It's very inconvenient to merge both these...
Currently, guys from the dashboard had to fetch events from `reportTestActionDone` to preserve connections between an error and the specific action that raised the error. If we add an action...
- [x] Setup an NPM registry proxy - [ ] Publish testcafe-hammerhead autobuilds to the NPM proxy - [ ] #7197 - [ ] Publish testcafe autobuilds to the NPM...
## Purpose For some reason in chrome:headless page body size is set incorrectly. ## Approach Update devtools-protocol package and use the native screenshot approach. ## References Closes https://github.com/DevExpress/testcafe/issues/5961 Closes #7224...
### What is your Scenario? Our documentation does not contain any video tutorials. Video content can be beneficial to our user base. ### What are you suggesting? Create video content...
### What is your Scenario? The Element Selectors article is one of the longest and most important articles in our documentation. The length is justified by the complexity of the...