swissmanu / protractor-screenshot-reporter

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

Home Page:https://github.com/swissmanu/protractor-screenshot-reporter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with jasmine 2

kmc059000 opened this issue · comments

Jasmine 2 changed the interface for reporters. Clearly this would have to be updated to be compatible with jasmine 2.

I wouldn't merge that as it is a work in progress. It mostly works with jasmine 2 but is missing some behavior in from version 1

@kmc059000 Well there's https://www.npmjs.com/package/protractor-jasmine2-screenshot-reporter you can check out, but it is still very basic.