Include page summary URL (#3523)

This commit is contained in:
Peter Hedenskog 2021-12-09 10:08:11 +01:00 committed by GitHub
parent c61a332b6a
commit 75f570404a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -163,6 +163,10 @@ module.exports = {
resultUrl: resultUrls.hasBaseUrl()
? resultUrls.reportSummaryUrl() + '/index.html'
: '',
pageSummaryUrl:
url && resultUrls.hasBaseUrl()
? resultUrls.absoluteSummaryPageUrl(url) + 'index.html'
: '',
localPath: storageManager.getBaseDir()
};
} catch (err) {