Andrey Belym
Andrey Belym
- [ ] `--max-http-header-size` - [ ] `--insecure-http-parser` - [ ] `--http-parser=legacy`
- [ ] Configure Dependabot to pull testcafe-hammerhead updates from the proxy
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...
We need to provide some way to disable warnings. Sometimes you can't change the situation reported by a warning, and should be able to just suppress it.
Given the following server: ``` http .createServer((req, res) => { res._headers={'inva lid': 'x' }; res.end(); }) .listen(1337); ``` TestCafe hangs when using `localhost:1337` as a page URL, or thows unhandled...