Include a timestamp in the result json (#4147)

This commit is contained in:
Peter Hedenskog 2024-05-03 15:39:25 +02:00 committed by GitHub
parent a68005b417
commit d5eff7794c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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);