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

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

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

While Loop Element State Cypress

i have a issue, i would like to click on a button until it disappears but the number of times may v… Read more While Loop Element State Cypress

Exit From While Loop With If/else In Cypress

I am writing a test case which requires me to reload the page N number of times, and compare its ti… Read more Exit From While Loop With If/else In Cypress

Cypress Io- Writing A For Loop

I have 15 buttons on a page. I need to test each button. I tried a simple for loop, like for (var i… Read more Cypress Io- Writing A For Loop

How Will We Call A Function Written In A Separate File From A Cypress Test?

In Cypress.io test, I am calling a subtract function and tests written in the 'example-spec'… Read more How Will We Call A Function Written In A Separate File From A Cypress Test?

Getting Error While Unit Testing My Own Node Modules With Cypress.io

Following this previous question & answer. I was able to start using Cypress to unit test my No… Read more Getting Error While Unit Testing My Own Node Modules With Cypress.io

Exit From While Loop With If/else In Cypress

I am writing a test case which requires me to reload the page N number of times, and compare its ti… Read more Exit From While Loop With If/else In Cypress