You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We may want to consider tagging/releasing 0.1.0 and afterwards merging an update here so that projects using older versions of Cypress can utilize v0.1.0 but newer Cypress versions can use >v0.1.0 once we tag another version newer than v0.1.0.
Is your enhancement related to a problem? Please describe.
Cypress 12 was released and already received a few minor updates. Need to test the library against the latest version and fix issues if there are any.
Breaking changes we need to be aware of
Cookies.defaults
andCookies.preserveOnce
APIs have been removed. Use the new cy.session() command to preserve cookies between tests. Looks like we now forced to update our login/logout commands, Upgrade login/logout commands to "cy.session()" workflow when it will be released #55 is unblocked.Code of Conduct
The text was updated successfully, but these errors were encountered: