diff --git a/lib/plugins/lateststorer/index.js b/lib/plugins/lateststorer/index.js index d089539cd5..8bf554e74e 100644 --- a/lib/plugins/lateststorer/index.js +++ b/lib/plugins/lateststorer/index.js @@ -177,7 +177,7 @@ export default class LatestStorerPlugin extends SitespeedioPlugin { json.friendlyHTML += ` as a multi page test`; } - if (options.replay) { + if (options.replay || options.webpagereplay) { json.friendlyHTML += ' using a replay proxy'; }