Include preURL info in the latest storer information (#3729)
This commit is contained in:
parent
26f375f3ed
commit
2d72fb3310
|
|
@ -161,6 +161,11 @@ module.exports = {
|
|||
json.browser.version
|
||||
}`;
|
||||
|
||||
if (options.browsertime && options.browsertime.preURL) {
|
||||
json.preURL = options.browsertime.preURL;
|
||||
json.friendlyHTML += ` first visiting <a href="${options.browsertime.preURL}">${options.browsertime.preURL}</a>`;
|
||||
}
|
||||
|
||||
if (options.mobile) {
|
||||
json.friendlyHTML += ` (emulating mobile)`;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue