diff --git a/.fresnel.yml b/.fresnel.yml new file mode 100644 index 0000000..f333033 --- /dev/null +++ b/.fresnel.yml @@ -0,0 +1,67 @@ +warmup: true +runs: 5 +scenarios: + 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 default (which is the main page), + # and a query string to prevent a normalization redirect. + url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?noredirectplz&useskin=timeless" + 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&useskin=timeless" + 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&useskin=timeless" + viewport: + width: 1100 + height: 700 + reports: + - navtiming + - paint + - transfer + probes: + - screenshot + - trace + View MW version page: + url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:Version&useskin=timeless" + viewport: + width: 1100 + height: 700 + reports: + - navtiming + - paint + - transfer + probes: + - screenshot + - trace + View the blank special page: + url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?title=Special:BlankPage&useskin=timeless" + viewport: + width: 1100 + height: 700 + reports: + - navtiming + - paint + - transfer + probes: + - screenshot + - trace