This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
Releases: swissmanu/protractor-screenshot-reporter
Releases · swissmanu/protractor-screenshot-reporter
Enhancment: Take Screenshots only on failed Spec
- Added
takeScreenShotsOnlyForFailedSpecs
option. Take screenshots only if spec failed. Thx @actionless.
Enhancements
- Constructor takes parameter object now.
- If a test case was skipped, no screenshot is captured automatically anymore. You can reactivate this by passing
true
fortakeScreenShotsForSkippedSpecs
during reporter creation.
0.0.2
Initial Release
0.0.1 fix directory creation