testcafe
testcafe copied to clipboard
A Node.js tool to automate end-to-end web testing.
I guess we need to add a note to the `Run tests` guide as well as to the three reference topics.
### What is your Scenario? Now proxying via the HTTP2 protocol doesn't establish a tunneling connection with an external proxy. ### What are you suggesting? Establish a tunnel connection with...
# Roadmap This roadmap includes the most important features planned for the upcoming releases. This list is not exhaustive and will be updated with more entries as we receive your...
We should implement an HTTP/2 server in the proxy to allow HTTP/2 communications between the browser and the proxy.
### Original Message https://stackoverflow.com/questions/71632158/how-can-i-debug-a-websocket-connection ### What is your Scenario? Just opening my web app via TestCafe (or Hammerhead Playground) ### What is the Current behavior? 1) A WebSocket error in...
### What is your Scenario? Open the Azure Portal page via TestCafe or Hammerhead playground: https://portal.azure.com/ ### What is the Current behavior? Page crashes immediately after opening it via TestCafe...
### What is your Scenario? Original issue: https://supportcenter.devexpress.com/internal/ticket/details/T1094906 ### What is the Current behavior? Hammerhead hangs when opening the webpage from the example in https://supportcenter.devexpress.com/internal/ticket/details/T1094906. Reproduced with `http-playground` and actual...
### What is your Test Scenario? I want to create a screenshot of the entire page, thus I use .takeScreenshot({fullPage: true}) ### What is the Current behavior? The screenshot generated...
### What is your Scenario? Use custom CLI arguments in tests. Specify a custom argument before specifying a browser. ##### WORKAROUND Specify custom arguments at the end of the arguments...
### Are you requesting a feature or reporting a bug? feature ### What is the current behavior? TestCafe supports e2e testing only ### What is the expected behavior? TestCafe could...