-
Notifications
You must be signed in to change notification settings - Fork 716
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample settings for profiles, webvitals profiles and lighthouse
- Loading branch information
1 parent
e044c0a
commit 74e8862
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[locations] | ||
Test:Chrome.3GFast="Test Location" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |