swissmanu / protractor-screenshot-reporter

Reporter for Protractor. Asks Selenium for a screenshot after every test case and stores it along with test case details.
https://github.com/swissmanu/protractor-screenshot-reporter
MIT License
65 stars 21 forks source link

How to customize the Title of the report #10

Closed nssidhu closed 10 years ago

nssidhu commented 10 years ago

I want to customize the Title of the Report, i need to set it at run time by reading the param variables.

swissmanu commented 10 years ago

what do you mean with "title of the report"?

screenshot reporter does only generate meta data along with your screenshot, which is easy customizable via the MetaData Builder thereafter, screenshot reporter does not build your final report.

nssidhu commented 10 years ago

I think i posted this question into wrong forum, it was meant to be posted on protractor-html-screenshot-reporter