Include a timestamp in the result json (#4147)
This commit is contained in:
parent
a68005b417
commit
d5eff7794c
|
|
@ -177,7 +177,8 @@ export async function run(options) {
|
|||
? resultUrls.reportSummaryUrl() + '/index.html'
|
||||
: '',
|
||||
pageSummaryUrl,
|
||||
localPath: storageManager.getBaseDir()
|
||||
localPath: storageManager.getBaseDir(),
|
||||
timestamp: timestamp.format()
|
||||
};
|
||||
} catch (error) {
|
||||
log.error(error);
|
||||
|
|
|
|||
Loading…
Reference in New Issue