Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Using Testcafe 'requestlogger' To Retrieve Chrome Performance Logs Fails

This is in continuation of this thread: Is there a way in TestCafe to validate Chrome network calls… Read more Using Testcafe 'requestlogger' To Retrieve Chrome Performance Logs Fails

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?