wiki.techinc.nl/.fresnel.yml
Timo Tijhof 7b6651ed32 build: Add names to Fresnel scenarios
Per T216854, it's now supported to give the scenarios a name.
This way, the Jenkins build will have headings like "scenario View a page"
instead of "scenario 0", which is difficult to look up or
understand without the config file side-by-side.

Change-Id: If9884c38eef8b05637a8045c4beb3f2bbf8f5de5
2019-03-03 01:58:08 +00:00

43 lines
1 KiB
YAML

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 defaul (which is the main page),
# and a query string to prevent a normalization redirect.
url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz"
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"
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"
viewport:
width: 1100
height: 700
reports:
- navtiming
- paint
- transfer
probes:
- screenshot
- trace