Powered by
`cy.session()` is designed for that very use case....
# help
f
fresh-doctor-14925
06/28/2022, 12:31 PM
cy.session()
is designed for that very use case. I'd suggest either refactoring your tests to make use of it, or merge all of your
it()
blocks into one
Previous
Next