Skip to content

Commit

Permalink
Merge pull request #3087 from catchpoint/settings_samples
Browse files Browse the repository at this point in the history
Add sample settings for profiles, web vitals profiles and lighthouse
  • Loading branch information
claud-io committed Jul 16, 2024
2 parents e044c0a + 74e8862 commit 338e837
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/settings/lighthouse.ini.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[locations]
Test:Chrome.3GFast="Test Location"
19 changes: 19 additions & 0 deletions www/settings/profiles.ini.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[Mobile_4G]
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>'
description="Chrome on an Emulated Motorola G (gen 4) on a 9 Mbps 4G connection with 170ms of latency."
location="Test:Chrome;MotoG4.4G"
runs=3
video=1
timeline=1
fvonly=1
lighthouseTrace=1

[Desktop_Chrome]
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>'
description="Chrome Desktop on a 5 Mbps cable connection with 28ms of latency."
location="Test:Chrome.Cable"
runs=3
video=1
timeline=1
fvonly=1
lighthouseTrace=1
17 changes: 17 additions & 0 deletions www/settings/profiles_webvitals.ini.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[Mobile]
label="Mobile - 4G"
description="Chrome mobile tested on a 4G connection."
location="Test:Chrome;MotoG4.4G"
runs=3
video=1
timeline=1
fvonly=1

[Desktop]
label="Desktop - Cable"
description="Chrome Desktop tested on a cable connection."
location="Test:Chrome.Cable"
runs=3
video=1
timeline=1
fvonly=1

0 comments on commit 338e837

Please sign in to comment.