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 was archived by the owner on Jul 29, 2024. It is now read-only.
We want to take a screen shot when there is an expect that fails.
Is there a way to plug in to some sort of onFail event that runs with every 'expectation fail'.
I looked at writing a jasmine reporter. But these only have events that run after a spec is completed (or before). The problem with this is that I could have an expect in the middle of my test, I want to see a screenshot of that moment.
Is something like this possible with the current protractor version?