X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.fresnel.yml;h=334f97114ffad34d76a98246002e9d5ae1361012;hb=acb2e15615a5cc792b08dd62494dd0608b1a9d33;hp=e6942949ce6c427e008370646be77f6b1dfeb8b7;hpb=b6a1f3bc774d043c69e9ed2875210049cdda9d68;p=lhc%2Fweb%2Fwiklou.git diff --git a/.fresnel.yml b/.fresnel.yml index e6942949ce..334f97114f 100644 --- a/.fresnel.yml +++ b/.fresnel.yml @@ -1,10 +1,10 @@ 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 defaul (which 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" viewport: @@ -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: