mlison / protractor-jasmine2-screenshot-reporter

Protractor screenshot reporter for Jasmine2
https://www.npmjs.com/package/protractor-jasmine2-screenshot-reporter
MIT License
81 stars 79 forks source link

Add option to display begin and end time for each expect statement #79

Open jrm06c opened 8 years ago

jrm06c commented 8 years ago

It would be nice if there was an option to have the start and end time displayed with the execution time of each expect statement. For example, instead of just the execution time displayed like "(0.123s)" it could display "(15:33:02.246 - 15:33:02.123 = 0.123s)".

Actually, there's no reason to limit this to expect statements. It could be applied to all report elements.