testcafe-hammerhead
testcafe-hammerhead copied to clipboard
A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
[closes DevExpress/testcafe#7166] ## Purpose Fix regression ## Approach 1. Analyze the issue 2. Fix ## References https://github.com/DevExpress/testcafe/issues/7166 ## Pre-Merge TODO - [x] Write tests for your proposed changes - [x]...
### What is your Scenario? We are testing our SPA with TestCafe and after changing our JS bundling code to target newer browsers, most of our tests are failing due...
### What is your Scenario? Only reproduces during automated test run. Error was introduced after an update in which Adobe Analytics were added. hammerhead.js:42871 TypeError: Cannot read properties of undefined...
### What is your Scenario? We're running into an issue with some webpages crashing due to a `maximum callstack size exceeded` error. ### What is the Current behavior? Hammerhead.js attempts...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. See full diff in compare...
Hammerhead produces invalid code when dealing with destructuring and class syntax in the same line
### What is your Scenario? I would like to use testcafe to test my application that contains ES6 syntax. As we need multi window support, using native automation is not...
### What is your Scenario? Hammerhead will try to make fetch requests to URLs that contain the `javascript` protocol. ### What is the Current behavior? Instead of parsing and handling...
## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality...
### What is your Scenario? When I try to use an iframe, I get the following error: "Unsafe attempt to initiate navigation for frame with URL 'http://localhost:1401/' from frame with...
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed...