X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=.fresnel.yml;h=e85de79223f23d1db7c944e16dec615f6cb96422;hb=a2acc632dc62994870692df399f00824397c3607;hp=5b7e0f22d5b81e854108f42f4104036d08164452;hpb=9f4fa9d8dbc85d11a0fc66f02cd4b87105746865;p=lhc%2Fweb%2Fwiklou.git diff --git a/.fresnel.yml b/.fresnel.yml index 5b7e0f22d5..e85de79223 100644 --- a/.fresnel.yml +++ b/.fresnel.yml @@ -1,12 +1,12 @@ warmup: true runs: 5 scenarios: - # Load a page view - # 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 the normalization redirect. - - url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz" + 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 @@ -17,8 +17,8 @@ scenarios: probes: - screenshot - trace - # Load an 'edit' form - - url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=edit" + Load the editor: + url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?action=edit" viewport: width: 1100 height: 700 @@ -29,8 +29,20 @@ scenarios: probes: - screenshot - trace - # View recent changes - - url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:RecentChanges" + 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