bahmutov / cypress-data-session

Cypress command for flexible test data setup

Home Page:https://glebbahmutov.com/blog/cypresss-data-session/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a declarative way for one data session to depend on another

bahmutov opened this issue ยท comments

For example, a user data session creates a user. Then a logged in user should depend on that user. If the user is gone, then the logged in user should be invalidated. Right now we can do it via manual code onInvalidated callback and clearing the data session.

๐ŸŽ‰ This issue has been resolved in version 1.10.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€