python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Running function twice and saving the output for comparison
I have a function that is part of a test that is running at the beginning of the test and then again at the end. During the test, things are happening in the background that will make the output diffe...
Steve
Votes: 0
Answers: 1
How can I write if-else conditions in cypress according to element's value?
How can I run this function, according to the value change of element with if-condition?
assertSwitch(){
cy.get('[data-test="form-switch"]').invoke('attr','value').then(($s...
Solufer
Votes: 0
Answers: 2
Issues in testing REST API using Cypress in corporate env
I am working in a corporate environment. I need to test certain APIs using Cypress. The major challenge I have is I need to call APIs which require Client Certificates to be passed. However, the Clien...
Ajay Nithiyanandan
Votes: 0
Answers: 0
how to exclude few files/folder from using preserved cypress cookies
I am trying to preserve cookies in index.js file :
Cypress.Cookies.defaults({
preserve: ['session_id', 'remember_token'],
})
But I want to exclude few files such as login/authentication files from ...
user3378508
Votes: 0
Answers: 2