fix: broken settings check and show profile runs (#4416)

This commit is contained in:
Peter Hedenskog 2025-01-28 07:53:20 +01:00 committed by GitHub
parent 2d21d11b7c
commit b6e2a3d588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 2 deletions

View File

@ -64,6 +64,10 @@ block content
tr
td Trace categories
td #{get(browser, 'traceCategories')}
if get(options, 'browsertime.enableProfileRun') !== undefined
tr
td Enabled profile run
td Yes
if get(browser, 'preference') !== undefined
tr
td browser.preference
@ -96,11 +100,11 @@ block content
tr
td Wifi
td #{android.wifi}
if options.android && options.android.gnirehtet
if get(options, 'browsertime.android.gnirehtet') !== undefined
tr
td Using gnirehtet
td Yes
if options.android && options.android.rooted
if get(options, 'browsertime.android.rooted') !== undefined
tr
td Rooted phone
td Yes