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

Reporter for Protractor. Asks Selenium for a screenshot after every test case and stores it along with test case details.

Results 12 protractor-screenshot-reporter issues
Sort by recently updated
recently updated
newest added

I'm getting Error failed Expectation in the console even though it has passed. Currently using the some default config options on the npm page { type: 'expect', matcherName: 'toEqual', passed_:...

bug

Allow the test specs to trigger screenshot capture manually when running tests. This would provide an easy way to take shots on specific checkpoints. This is already possible by calling...

enhancement