Skip to content

Commit 338e837

Browse files
authored
Merge pull request #3087 from catchpoint/settings_samples
Add sample settings for profiles, web vitals profiles and lighthouse
2 parents e044c0a + 74e8862 commit 338e837

3 files changed

Lines changed: 38 additions & 0 deletions

File tree

www/settings/lighthouse.ini.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[locations]
2+
Test:Chrome.3GFast="Test Location"

www/settings/profiles.ini.sample

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[Mobile_4G]
2+
label='<strong><b>Mobile</b></strong> <img src="/assets/images/test_icons/chrome.svg" alt="chrome"> <span class="test_presets_tag"><img src="/assets/images/test_icons/signal.svg" alt="">4G</span> <span class="test_presets_tag"><img src="/assets/images/test_icons/flags/US.svg" alt="Test" title="Test">Test Location</span>'
3+
description="Chrome on an Emulated Motorola G (gen 4) on a 9 Mbps 4G connection with 170ms of latency."
4+
location="Test:Chrome;MotoG4.4G"
5+
runs=3
6+
video=1
7+
timeline=1
8+
fvonly=1
9+
lighthouseTrace=1
10+
11+
[Desktop_Chrome]
12+
label='<strong><b>Desktop</b></strong><img src="/assets/images/test_icons/chrome.svg" alt="chrome"> <span class="test_presets_tag"><img src="/assets/images/test_icons/signal.svg" alt="">Cable</span> <span class="test_presets_tag"><img src="/assets/images/test_icons/flags/US.svg" alt="Test" title="Test">Test Location</span>'
13+
description="Chrome Desktop on a 5 Mbps cable connection with 28ms of latency."
14+
location="Test:Chrome.Cable"
15+
runs=3
16+
video=1
17+
timeline=1
18+
fvonly=1
19+
lighthouseTrace=1
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Mobile]
2+
label="Mobile - 4G"
3+
description="Chrome mobile tested on a 4G connection."
4+
location="Test:Chrome;MotoG4.4G"
5+
runs=3
6+
video=1
7+
timeline=1
8+
fvonly=1
9+
10+
[Desktop]
11+
label="Desktop - Cable"
12+
description="Chrome Desktop tested on a cable connection."
13+
location="Test:Chrome.Cable"
14+
runs=3
15+
video=1
16+
timeline=1
17+
fvonly=1

0 commit comments

Comments
 (0)