Skip to content Skip to sidebar Skip to footer
Showing posts with the label E2e Testing

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

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

Cypress - Stubbing Using Route(options) Isn't Work

I try to simulate bad request by returning status code = 400. I followed the documentation and foun… Read more Cypress - Stubbing Using Route(options) Isn't Work

How To Reuse Yielded Value Later In The Test

Context: I have an element with innerText in Page1 and another element with innerText on Page 2. An… Read more How To Reuse Yielded Value Later In The Test

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

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

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