unify how we shod runInfo closes #1493
This commit is contained in:
parent
45401f1a52
commit
0b235c7f89
|
|
@ -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}.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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}.
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue