S3/GCS need index.html for paths so use a direct link. (#3260)

This commit is contained in:
Peter Hedenskog 2021-01-18 08:22:12 +01:00 committed by GitHub
parent e9d28b53ba
commit ec29d8e401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -147,7 +147,10 @@ module.exports = {
);
if (resultUrls.hasBaseUrl()) {
log.info('Find the result at %s', resultUrls.reportSummaryUrl());
log.info(
'Find the result at %s',
resultUrls.reportSummaryUrl() + '/index.html'
);
}
if (options.summary && options.summary.out) {