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

Testcafe Request With Cookies

I am trying to find a method in testcafes API similar to Cypress' request. Cypress' reques… Read more Testcafe Request With Cookies

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?

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)

How Do I Pass Variable Data Between Tests

I am trying to do something similar to this post on TestCafe I am generating a random email in my h… Read more How Do I Pass Variable Data Between Tests

Select OK Button From N'th Modal Opened In Testcafe

I open two modals in my testing, and I want to be able to click on the 'OK' button in the s… Read more Select OK Button From N'th Modal Opened In Testcafe