protractor-screenshot-reporter
Version:
Use the screenshot reporter to capture screenshots from your Selenium nodes after each executed Protractor test case.
16 lines (12 loc) • 563 B
Markdown
# Changelog
## Version 0.0.5
* Fixed order when fetching descriptions of specs in defaultMetaDataBuilder.
## Version 0.0.4
* Added `takeScreenShotsOnlyForFailedSpecs` option. Take screenshots only if spec failed. Thx @actionless.
## Version 0.0.3
* Introduced parameter object for reporter constructor
* Define if you want to create screenshots from skipped test cases using the new `takeScreenShotsForSkippedSpecs` option
## Version 0.0.2
* Meta data contained the screenshot file path based on the wrong directory. Fixed.
## Version 0.0.1
* Initial release