Skip to content Skip to sidebar Skip to footer
Showing posts with the label Testcafe

Is There A Way To Capture Js Errors But Not Fail Testcafe Tests Because Of Them?

I'm currently starting to write some TestCafe tests, and came across an issue in our website wh… Read more Is There A Way To Capture Js Errors But Not Fail Testcafe Tests Because Of Them?

How Do I Debug A Testcafe Browser Running In A Testcafe/testcafe Docker Container?

Got a test for a React app's login function in a Page class: async login(t) { console.lo… Read more How Do I Debug A Testcafe Browser Running In A Testcafe/testcafe Docker Container?

Currently Trying To Get My Smoketest.js To Run On A Different URL Depending On Parameters Provided On Azure Dev Ops (TestCafe)

Currently running my automation from a pipeline please see yaml file below: jobs: - job: master … Read more Currently Trying To Get My Smoketest.js To Run On A Different URL Depending On Parameters Provided On Azure Dev Ops (TestCafe)