testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### What is your Scenario? The team blog (https://testcafe.io/resources/team-blog) appears to be missing an RSS feed. The old feed (not linked to from the page, I discovered a link in...
### What is your Scenario? Testing an application containing a class with private fields. ### What is the Current behavior? The browser console gives the following result of the application...
### What is your Scenario? When automating our code in development we sometimes run into different error codes (like chrome error code 5) and TestCafe doesn't appear to handle them...
### What is your Test Scenario? We are using testcafe to measure performance regressions. Our test case does some setup, tests something, and makes sure its under some X time....
### What is your Scenario? I have multiple windows running and test with Firefox browser. ### What is the Current behavior? Testcafe throws ``` Unhandled promise rejection: TypeError: browserClient.closeBrowserChildWindow is...
### What is your Scenario? I would like to type text with multiple words (separated by space) inside the input. ### What is the Current behavior? The test which is...
### What is your Scenario? The application I'm testing with testcafe has a bunch of shadowDoms, within those there are SVGs. Whenever I try to click on any or expect...
### What is your Test Scenario? I have a `test` block that calls an async helper function. That helper function makes more than one async assertion. If any of those...
### What is your Scenario? While starting new tests the main javascript file is not loaded and the following error occurs in the console: Failed to load resource: the server...