how do we preserve login between each spec with cy...
# help
e
how do we preserve login between each spec with cypress 10?
a
e
Wondering why the change was implanted for it to be a new blank page every time now? Wouldn’t this be longer text runs
a
It's a broadly accepted concept in test automation planning that tests should run independently without side effects - and any individual test should be able to run on its own. Clearing to a blank page enforces this concept.