Problem: You're using @Cypress_io for tests, and need to log in for each test


Problem: You're using @Cypress_io for tests, and need to log in for each test.

Solution: Just found the new session API! It holds cookies & sessionStorage between tests. No more redundant logging in for each test! 🎉

Result: Simpler, faster tests. 🔥

https://docs.cypress.io/api/commands/session

View original on X