-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
We currently log in and out of the console between every test scenario, and we do this through the UI. This adds a lot of time unnecessary time to our test runs.'
cy.session lets us save browser sessions and skip login if a user is already authenticated. We also should follow this example to login without needing to interact with the UI as much.
We'll also need to add a new test scenario to cover the UI login flow that we replace with the above, more efficient login method.
- is related to
-
CONSOLE-3718 Identify repeating steps in console's Cypress test suits which could be covered by CLI
- Closed