jintoppy / protractor-html-screenshot-reporter

An npm module which provides html reports of your Protractor tests with screenshots
MIT License
65 stars 99 forks source link

option to disable screen shots #27

Open kylezeeuwen opened 10 years ago

kylezeeuwen commented 10 years ago

Hello,

First thanks for the code it worked with no issue at all, exactly as advertised.

I am using the module currently for its ability to integrate with protractor+jasmine and to generate HTML summary, but I do not actually need or want the screenshots, and they add about 1 second overhead per test.

Is it reasonable/feasible to add an option to disable screen shot capturing?

I would be happy to submit a PR if this is something you would consider including in your package.

Alternatively, do you know of any existing HTML reporters that work in a protractor+jasmine context?

jintoppy commented 10 years ago

I am not aware of other HTML reporters. That's why I had to create this one. The option to completely disable screenshot is a reasonable option only I guess. Please feel free to submit PR.