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

Testcafe Requestlogger Not Intercepting Api Calls

For some reason, I cannot get testcafe's RequestLogger to log any of the API calls that I am ma… Read more Testcafe Requestlogger Not Intercepting Api Calls

How To Determine How To Compare Website Navigation Text/links To Config

I'm trying to create a test using TestCafe/JavaScript that will compare a website's top me… Read more How To Determine How To Compare Website Navigation Text/links To Config

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

Testcafe Clientfunction Typeerror Error As Document Is Undefined

I can successfully execute the following .click: const clickMockContinueButton = ClientFunction(() … Read more Testcafe Clientfunction Typeerror Error As Document Is Undefined

Where Are Scripts In InjectScripts Injected In TestCafé Tests?

I am setting up TestCafé tests programmatically and I use the injectScripts config on the Runner cl… Read more Where Are Scripts In InjectScripts Injected In TestCafé Tests?