testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### What is your Scenario? Log into any web site that requires WebAuthn, for example the WebAuthn playground at WebAuthn.io. ### What is the Current behavior? Key registration fails. The...
It looks like, as of a few days ago, Google has started detecting testcafe-hammerhead (or something it does) and rejecting log-in attempts. Fails on testcafe-hammerhead 17.1.17, but tested various previous...
### What is your Test Scenario? The user is trying to log in ### What is the current behavior? When a user tries to login from an iframe popup which...
### What is your Scenario? I am trying to log into a web application that is using Okta oauth2 authentication. ### What is the Current behavior? After successfully authenticating through...
### What is your Scenario? When a wrapper element contains an attribute which is named "length". The for loop crashes because the length attribute got removed. This breaks the Test...
It needs for debug simplification . For example: `playground http:/jquery.min.js -to https://code.jquery.com/jquery-3.1.0.js.`
https://testcafe-discuss.devexpress.com/t/unable-to-upload-zip-file/445
### What is your Scenario? We are attaching a client certificate to some requests with the [method described in DevExpress/testcafe-hammerhead#2489 in Testface](DevExpress/testcafe-examples#67). This works with HTTP/1.1 but fails once the...
https://github.com/DevExpress/testcafe-react-selectors/issues/141
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...