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
{{ message }}
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
We have multiple Users with different Permissions and want to choose which user to login per test.
I currently override the login-function:
and use Cypress.Commands.overwrite to implement it:
This works but i have to add the ts-ignore-comment and do not get the autocomplete-functions.
The best solution (for me) would be to import the login function.
The text was updated successfully, but these errors were encountered: