X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.fresnel.yml;h=e6942949ce6c427e008370646be77f6b1dfeb8b7;hb=0c34a22645f55ddac41bc5b2747e6cb60ca1e43d;hp=f081fb5f280112017c6a54a1be81c274756bddb0;hpb=d27c242ca00e91ae6ee825831f7f243d59e647f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/.fresnel.yml b/.fresnel.yml index f081fb5f28..e6942949ce 100644 --- a/.fresnel.yml +++ b/.fresnel.yml @@ -1,8 +1,36 @@ warmup: true -runs: 3 +runs: 5 scenarios: - # View the Main Page without redirect - - url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?mainpage" + 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 @@ -13,5 +41,3 @@ scenarios: probes: - screenshot - trace - # alerts: - # navtiming/loadEventEnd: 10%