protractor-jasmine2-screenshot-reporter
protractor-jasmine2-screenshot-reporter copied to clipboard
Add option to include entire-run's start, end, and execution time
trafficstars
It would be nice if there was an option for the report to include the following:
- Start time of the entire run
- End time of the entire run
- Execution time of the entire run
+1. for the moment Im adding a var with date to html report tittle. not looks good but at less let me know the date of the report
var today = new Date(); var timeStamp = today.getMonth() + 1 + '-' + today.getDate() + '-' + today.getFullYear() + '-' + today.getHours() + 'h-' + today.getMinutes() + 'm';
var reporter = new HtmlScreenshotReporter({ dest: 'htmlReport', filename: 'report.html', reportTitle: "Tittle and date- "+timeStamp });
+1 and even specs details