testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
### What is your Scenario? I've been asked to break up the trade-offs listed in https://github.com/DevExpress/testcafe/issues/7978#issuecomment-1746616339 into separate issues so they can be discussed individually. ### What are you suggesting?...
### What is your Scenario? I've been asked to break up the trade-offs listed in https://github.com/DevExpress/testcafe/issues/7978#issuecomment-1746616339 into separate issues so they can be discussed individually. ### What are you suggesting?...
### What is your Test Scenario? Using Testcafe version: 1.4.0 Following the documentation here: https://devexpress.github.io/testcafe/documentation/test-api/typescript-support.html I created a typescript config file in the root of my project with the following:...
Yarn PnP uses custom machinery for storing module. This breaks the TestCafe.
### What is your Scenario? TestCafe with TypeScript is so far a great experience, however there is an issue with global hooks and configuration file. Global hooks can be defined...
Fixes https://github.com/advisories/GHSA-4q6p-r6v2-jvc5.
### What is your Scenario? A test loads a page that dynamically inserts an iframe. element and loads that content. The iframe fails to be recognized. ### What is the...
### What is your Scenario? When `t.click(divElement)` executes in Firefox v106.0.3 browser on windows 10, `:focus-visible` pseudo class is applied on the div. This is not happening when the test...
### What is your Scenario? A test loads a page that dynamically inserts an iframe. element and loads that content. The iframe fails to load. ### What is the Current...
### What is your Scenario? My company has made several websites for one of our clients. We have various types of tests which work fine, but in this case, we...