protractor-jasmine2-screenshot-reporter icon indicating copy to clipboard operation
protractor-jasmine2-screenshot-reporter copied to clipboard

Feature suggestion: series of screenshots

Open benjaminapetersen opened this issue 7 years ago • 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).

benjaminapetersen avatar Oct 04 '17 18:10 benjaminapetersen

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).

mlison avatar Oct 17 '17 08:10 mlison