X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=.fresnel.yml;h=334f97114ffad34d76a98246002e9d5ae1361012;hp=2f71e4ba6dbef88794497bb04e188ac7c8bf1f53;hb=c8987d7c3e30a7d1c2e917cb6a9b0114281703e8;hpb=3222ddcea8eb4364efb358eddb94657cc86989de diff --git a/.fresnel.yml b/.fresnel.yml index 2f71e4ba6d..334f97114f 100644 --- a/.fresnel.yml +++ b/.fresnel.yml @@ -1,7 +1,7 @@ warmup: true -runs: 5 +runs: 7 scenarios: - Load a page: + Read 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), @@ -29,6 +29,18 @@ scenarios: probes: - screenshot - trace + View history of a page: + url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=history" + 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: