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

Js/cypress.io: How To Iterate Over 2 Corresponding Sets Of Data

JS/Cypress.io: How to iterate over 2 corresponding sets of data This is what I have currently and i… Read more Js/cypress.io: How To Iterate Over 2 Corresponding Sets Of Data

How Do I Assert Against Objects With Spies In Cypress?

I am using Cypress spies to test client-side analytics. My intent in this test is to confirm that … Read more How Do I Assert Against Objects With Spies In Cypress?

Cypressio Returning String Value From Cy.task() Using Cy.wrap() Gives Error "cy Is Not Defined"

In cypress /plugins/index.js I have code to query oracleDB module.exports = (on, config) => { … Read more Cypressio Returning String Value From Cy.task() Using Cy.wrap() Gives Error "cy Is Not Defined"

Cypress - 403 Forbidden Error When Visiting Main Site

I am trying to cy.visit() my single page application that requires my certificate loaded in the bro… Read more Cypress - 403 Forbidden Error When Visiting Main Site

Passing A Same Random Number To All Tests In Cypress

So I have two tests - Test1.spec.js and Test2.spec.js and I want that with every test run a random … Read more Passing A Same Random Number To All Tests In Cypress

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

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

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?