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
Is it possible to screenshot right on failure, and not after failed TC finishes?
With current behaviour I'll always sees logout page of my app, as I have to logout afterEach TC,
so the screenshot isn't really helpful.
The text was updated successfully, but these errors were encountered:
I actually moved logout into beforeAll, because of this. Also it is a pain when you have some expect in the middle of a test, and it fails, you cannot see why.
Hi,
Is it possible to screenshot right on failure, and not after failed TC finishes?
With current behaviour I'll always sees logout page of my app, as I have to logout afterEach TC,
so the screenshot isn't really helpful.
The text was updated successfully, but these errors were encountered: