testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### What is your Scenario? I have an Api endpoint which will accept input as array. When I'm executing my request, It gets stuck at API execution and doesn't fulfill...
### What is your Scenario? Running tests with a configuration file that should throw an error. ### What is the Current behavior? TestCafe hides the real error and instead shows:...
### What is your Test Scenario? An electron app. A page has an edit button which takes the user to a page to edit the values. ### What is the...
### What is your Scenario? I am running a bunch of E2E tests using an Azure Devops build pipeline. All tests pass locally or on the target VM directly (bypassing...
### What is your Test Scenario? the test test1 covers multiple tickets: 10101,2222,666 the test test2 covers multiple tickets: 9999,2222,333 the test test3 covers multiple tickets: 666,888 for each test...
### What is your Scenario? The test is blinking at the azure CI sometimes ### What is the Current behavior? Sometimes the test blinking and fails ### What is the...
### What is your Scenario? I'm using testcafe runner API and I'm adding request mock in `before` ### What is the Current behavior? If test fails and quarantine mode is...
### What is your Scenario? - **We have some working tests** with TestCafe version 1.15.2 - We'd like to **be able to update TestCafe version** frequently without broken existing tests...
### What is your Scenario? I want to run testcafe on a Github Actions macOS 10.15 instance ### What is the Current behavior? Regardless of passing --disable-screenshots and using headless...
### What is your Scenario? DOM contains an iframe like ``` ``` ### What is the Current behavior? If i run any test, hammerhead crashes with: Failed to execute 'querySelectorAll'...