How can we prevent logging in and out repeatedly when utilizing multiple spec files in a Cypress Test Suite focused on grouping?
I have four test cases that require using the same credentials for logging in. When grouping these test cases, I aim to perform the login process only once, and ensure Cypress does not close the browser afterward.