mlison/protractor-jasmine2-screenshot-reporter

Feature suggestion: series of screenshots

Opened this issue · 1 comments

It would be a great feature to be able to take a series of screenshots, either storing the entire test run (at intervals) or the last few screenshots before a test failure. This would work as a poor man's video recording & give a bit more insight into the cause of failures (esp in CI/CD).

While this is not impossible in principle, I'm not sure how useful it is really - why not just record a video instead? There's protractor plugins that can already do that (e.g. tomyam1/protractor-video-reporter).