From 566181e50d2a5e3efb13bd3b96f16d8448439540 Mon Sep 17 00:00:00 2001 From: Peter Hedenskog Date: Sun, 22 Aug 2021 14:32:00 +0200 Subject: [PATCH] Add info about missing metrics in Safari. (#3442) --- lib/plugins/html/templates/runInfo.pug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/plugins/html/templates/runInfo.pug b/lib/plugins/html/templates/runInfo.pug index 2c0a4a26e..2c980ac40 100644 --- a/lib/plugins/html/templates/runInfo.pug +++ b/lib/plugins/html/templates/runInfo.pug @@ -9,6 +9,9 @@ if usingBrowsertime | ). | . a(href= rootPath + 'settings.html')= '(runtime settings).' + + if options.browsertime.browser === 'safari' + p At the moment we get limited metrics from Safari. Transfer sizes and number of requests are missing. else if usingWebPageTest p.small Tested #{timestamp} using WebPageTest #{options.webpagetest.location} using connectivity #{options.webpagetest.connectivity} for #{h.plural(options.webpagetest.runs, 'run')}.