Is there anyway for setting cookies with Cypress on LambdaTest? it’s working for me locally but getting error on LambdaTest platform.
Hi Dipen Soni,
Yes, you can use cy.setCookies()
command to set cookies for LambdaTest tests but keep in mind that the cookie you are using should be up to date.