Show Browsertime version in runtime settings. (#3575)

This commit is contained in:
Peter Hedenskog 2022-02-24 11:13:55 +01:00 committed by GitHub
parent ff1dc5aceb
commit 442fb415f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -448,6 +448,7 @@ class HTMLBuilder {
usingWebPageTest,
headers: this.summary,
version: packageInfo.version,
browsertimeVersion: packageInfo.dependencies.browsertime,
timestamp: this.timestamp,
context: this.context,
get,

View File

@ -10,6 +10,9 @@ block content
tr
td Sitespeed.io version
td #{version}
tr
td Browsertime version
td #{browsertimeVersion}
tr
td Test time
td #{timestamp}