creamy-knife-18587
03/04/2023, 5:07 PMIn fact, Cypress does not clean up its own internal state when the test ends. But isn't this contradictory to the fact that cypress cleans up everything like cookies, local storage, spies etc after each test?
Moreover, in the example in the section referred above, won't logout anyway happen (as cookies are cleared after each test) and so there won't be no need to write cy.logout()?
Could someone plz throw some clarity on this? I'm getting confused after reading it, apologies if i am missing anything 😅gray-kilobyte-89541
03/04/2023, 10:43 PM