mlison/protractor-jasmine2-screenshot-reporter

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

Opened this issue · 0 comments

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.