unify how we shod runInfo closes #1493

This commit is contained in:
soulgalore 2017-03-05 13:01:40 +01:00
parent 45401f1a52
commit 0b235c7f89
4 changed files with 7 additions and 5 deletions

View File

@ -3,4 +3,4 @@
h2.url #{h.plural(noPages,'page')} analyzed for #{h.short(options.urls[0], 30)}
p.small Tested #{timestamp} using #{h.cap(options.browsertime.browser)} #{h.get(options, 'browsertime.chrome.android.package', '')}
| #{options.preURL ? 'preURL ' + h.short(options.preURL, 60) : ''} 
| #{h.plural(options.browsertime.iterations, 'run')} with #{profile} profile and connectivity #{options.connectivity}.
| #{h.plural(options.browsertime.iterations, 'run')} with #{profile} profile and connectivity #{options.browsertime.connectivity.profile}.

View File

@ -8,8 +8,7 @@ block content
h5
a(href=daurl) #{decodeURIComponent(daTitle)}
- var profile = options.mobile ? 'mobile' : 'desktop'
p Tested using #{h.cap(options.browsertime.browser)} #{h.plural(options.browsertime.iterations, 'run')} with #{profile} profile.
include pageRunInfo
p
.large All runs: 

View File

@ -0,0 +1,4 @@
- var profile = options.mobile ? 'mobile' : 'desktop'
p.small Tested using #{h.cap(options.browsertime.browser)} #{h.get(options, 'browsertime.chrome.android.package', '')}
| #{options.preURL ? 'preURL ' + h.short(options.preURL, 60) : ''} 
| #{h.plural(options.browsertime.iterations, 'run')} with #{profile} profile and connectivity #{options.browsertime.connectivity.profile}.

View File

@ -8,8 +8,7 @@ block content
h5
a(href=daurl) #{decodeURIComponent(daTitle)}
- var profile = options.mobile ? 'mobile' : 'desktop'
p Tested using #{h.cap(options.browsertime.browser)} #{h.plural(options.browsertime.iterations, 'run')} with #{profile} profile.
include pageRunInfo
p
.large All runs: