testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

A Node.js tool to automate end-to-end web testing.

Results 225 testcafe issues
Sort by recently updated
recently updated
newest added

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

TYPE: enhancement

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

TYPE: bug
FREQUENCY: level 2

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

TYPE: bug
FREQUENCY: level 1
SYSTEM: iframe processing

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

TYPE: bug
FREQUENCY: level 1

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

TYPE: bug

It needs for debug simplification . For example: `playground http:/jquery.min.js -to https://code.jquery.com/jquery-3.1.0.js.`

TYPE: enhancement
AREA: repo/workflow
FREQUENCY: level 2

https://testcafe-discuss.devexpress.com/t/unable-to-upload-zip-file/445

TYPE: bug
AREA: client
Support Center
FREQUENCY: level 1
SYSTEM: upload

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

TYPE: enhancement
AREA: server
SYSTEM: request hooks

https://github.com/DevExpress/testcafe-react-selectors/issues/141

TYPE: bug
AREA: client
FREQUENCY: level 1
SYSTEM: client side processing

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