mlison / protractor-jasmine2-screenshot-reporter

Protractor screenshot reporter for Jasmine2
https://www.npmjs.com/package/protractor-jasmine2-screenshot-reporter
MIT License
81 stars 79 forks source link

On failure screenshot are taken after each() have been executed. #110

Closed TrishaChetani closed 7 years ago

TrishaChetani commented 7 years ago

When angular error/system error/wait timeout error are present : On failure screenshot are taken after each() have been executed not at the line/function where it failed.

mlison commented 7 years ago

Yeah, I'm afraid there's not much we can do about this as the screenshot process is asynchronous.