i am new to React and Testcafe and have to write some end-to-end tests. I thougt, it was a good idea to mainly use the ReactSelector from 'testcafe-react-select
I am seeing an issue running testcafe tests on the gitlab runner. The tests runs fine locally on the gitlab runner, but when run off the CI/CD pipeline it fails
I am trying to find a method in testcafes API similar to Cypress' request. Cypress' request will attach any cookies to the request that already exist in the b
I am trying to test multiple features in one test.js file with each feature implemented as a test. All these tests can be run only after login to the portal. Te
I use TestCafe for testing a website. I use the testcafe inside my node module. Users can start the test out of the node presented website. I start it with:
I want to check UI test execution written by another developer. It is too fast for my eyes and brain to catch what is happening. How do I slow down the executio
I have two TestCafe projects, when I tried to run the old one, it continuously requires Permission to record screen but permission is already granted. The new t
Right now have I a test with an assertion that checks for today's date. However, because of time zone issues, it will start failing at a certain time of day, be
So I have used the default docker for testcafe which on docker hub is testcafe/testcafe and I have to run a few testcafe scripts. However, I need the screens
I am working with TestCafé 1.8.1 and testcafe-browser-provider-electron 0.0.14. Let's say that an issue in the application force it to get stuck and hang
I have built an automation framework for testing our web app that runs as after each new deploy to our staging environment, as a regression pack. Now the issue
I just started using testcafe, so far I found the documentation helpful to do my test and automate my E2E. I want to assert if a value exists in a td like this