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? The testcafe documentation contains very few images. Additional screenshots and gifs can help keep our readers' attention. ### What are you suggesting? Add more screenshots...

TYPE: enhancement
AREA: docs

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

### What is your Test Scenario? Setup a Role for an authenticated user. Here is the role: ``` const candidateRole = Role('/', async t => { await t .typeText('#usernameOrEmail', 'test')...

TYPE: enhancement
AREA: client
SYSTEM: API
AREA: server

### What is your Scenario? Hello , I am trying to automate a Guidewire Application using testCafe. But I am facing navigation issue. I am unable to login with username...

TYPE: bug

### What is your Scenario? In our test workflow, we have some pages that receive a large amount of data as GET params in the URL. The pages work fine...

TYPE: bug
FREQUENCY: level 1

### What is your Scenario? I'd like to use browser manipulation actions (e.g. `resizeWindow`, `maximizeWindow` etc.) the same way with other actions in my tests in the recording process. Test...

TYPE: enhancement
Support Center
FREQUENCY: level 2

[closes DevExpress/testcafe#7137] Changes: * upgrade TypeScript version to the latest version (`4.7.4`). * upgrade the eslint-related modules to the latest versions * remove outdated rules, fix lint errors and tests

### What is your Scenario? According to docs: ![image](https://user-images.githubusercontent.com/25752375/178916697-e91ece0c-47a2-43ee-a523-b8a487d2e6c6.png) However when i set runExecutionTimeout in my configuration file- the execution is terminated, even if testcafe is actively executing actions ###...

TYPE: bug
AREA: docs

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture

TYPE: enhancement
AREA: client
AREA: server
SYSTEM: new client-side API

- [x] DevExpress/testcafe-hammerhead#2706 ([DONE](https://github.com/DevExpress/testcafe-hammerhead/pull/2598)) - [ ] DevExpress/testcafe#7174 ### What is your Test Scenario? According to [this](https://testcafe-discuss.devexpress.com/t/websockets-and-http-2-supported/116/4) discussion thread, HTTP/2 should be supported. I've found this to not be the...

TYPE: enhancement
AREA: server
FREQUENCY: level 2