https://cypress.io logo
default blank page
# i-need-help
w
Hello! How do I keep a testing session running multiple 'it's on the same page without getting to the default blank page after the first it ? Before version 12 I used 'cypress.cookies.default' but now that is not an option. I do not need authentication, I just visit the page and test
s
Look into testIsolation https://docs.cypress.io/guides/core-concepts/test-isolation You can set testIsolation to false in the e2e section of cypress.config.ts or in the testcase: https://discord.com/channels/755913899261296641/1065448531160207390/1065509416864055326
w
Thank you very much !
e
Thank you @straight-jelly-78334 I had this same issue too.