X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=.fresnel.yml;h=334f97114ffad34d76a98246002e9d5ae1361012;hb=00e44200209c88118d87a7a92c7f548d8da62472;hp=f081fb5f280112017c6a54a1be81c274756bddb0;hpb=26bbbc3afb076063634ebcb5bbac951d2132fff9;p=lhc%2Fweb%2Fwiklou.git diff --git a/.fresnel.yml b/.fresnel.yml index f081fb5f28..334f97114f 100644 --- a/.fresnel.yml +++ b/.fresnel.yml @@ -1,8 +1,48 @@ warmup: true -runs: 3 +runs: 7 scenarios: - # View the Main Page without redirect - - url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?mainpage" + 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), + # 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 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: width: 1100 height: 700 @@ -13,5 +53,3 @@ scenarios: probes: - screenshot - trace - # alerts: - # navtiming/loadEventEnd: 10%