Set up Fresnel

Config copied from core MW master with a few additional scenarios (Special:BlankPage, Special:Version) added.

Bug: T219725
Change-Id: Id4d4a51de4d6c16f26130d5b699818b793474a5f
isekai
Jack Phoenix 6 years ago
parent 7c6f015167
commit cf2f7b6620

@ -0,0 +1,67 @@
warmup: true
runs: 5
scenarios:
Load a page:
# The only page that exists by default is the main page.
# But its actual name is configurable/unknown (T216791).
# Omit 'title' to let MediaWiki show the default (which is the main page),
# and a query string to prevent a normalization redirect.
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz&useskin=timeless"
viewport:
width: 1100
height: 700
reports:
- navtiming
- paint
- transfer
probes:
- screenshot
- trace
Load the editor:
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=edit&useskin=timeless"
viewport:
width: 1100
height: 700
reports:
- navtiming
- paint
- transfer
probes:
- screenshot
- trace
View recent changes:
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:RecentChanges&useskin=timeless"
viewport:
width: 1100
height: 700
reports:
- navtiming
- paint
- transfer
probes:
- screenshot
- trace
View MW version page:
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:Version&useskin=timeless"
viewport:
width: 1100
height: 700
reports:
- navtiming
- paint
- transfer
probes:
- screenshot
- trace
View the blank special page:
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:BlankPage&useskin=timeless"
viewport:
width: 1100
height: 700
reports:
- navtiming
- paint
- transfer
probes:
- screenshot
- trace
Loading…
Cancel
Save