I would like to use Protractor to perform automatic screenshots across all our e2e tests.
The purpose for that is to be able to review those screenshots occasionally in case there're some visual slips we introduced. My idea to accomplish this automatically is to take a screenshot after angular ui router performs state transition.
The transition is a good indication we'll be looking at a different view. My question thus is, is it possible for Protractor to hook up to state transition?