Andrey Belym

Results 27 issues of Andrey Belym

- [ ] `--max-http-header-size` - [ ] `--insecure-http-parser` - [ ] `--http-parser=legacy`

- [ ] Configure Dependabot to pull testcafe-hammerhead updates from the proxy

TYPE: enhancement

TYPE: enhancement
AREA: docs

TYPE: enhancement
AREA: docs

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...

TYPE: enhancement

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...

TYPE: enhancement

- [x] Setup an NPM registry proxy - [ ] Publish testcafe-hammerhead autobuilds to the NPM proxy - [ ] #7197 - [ ] Publish testcafe autobuilds to the NPM...

TYPE: enhancement
AREA: testing

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.

TYPE: enhancement
SYSTEM: reporting
AREA: server
Dashboard

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...

TYPE: bug
AREA: server
SYSTEM: pipeline