Kenzitron / protractor-jasmine2-html-reporter

HTML reporter for Jasmine2 and Protractor
32 stars 53 forks source link

Screenshot multiple browser instances #54

Open tamslinn opened 7 years ago

tamslinn commented 7 years ago

I am testing user interactions by opening two browsers in my test, using

var otherBrowser = browser.forkNewDriverInstance();

It would be really helpful to get screen shots from this browser at the end of a test run too.

I'd be happy to have a go at submitted a pull request if someone can suggest how to approach this