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 want to test a web application that is logged in only.
The way Behat handle tests isolation, require that we repeat the login process for each and every one of our scenarios.
The login process accounts for almost 20% of our testing time.
I suggest a new tag option to preserve sessions between scenarios.
This should not be the default behavior and only be used in specific use cases.
The text was updated successfully, but these errors were encountered:
Hello
We want to test a web application that is logged in only.
The way Behat handle tests isolation, require that we repeat the login process for each and every one of our scenarios.
The login process accounts for almost 20% of our testing time.
I suggest a new tag option to preserve sessions between scenarios.
This should not be the default behavior and only be used in specific use cases.
The text was updated successfully, but these errors were encountered: