From: Timo Tijhof Date: Tue, 5 Feb 2019 20:57:11 +0000 (+0000) Subject: build: Add initial version of Fresnel config X-Git-Tag: 1.34.0-rc.0~2786 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=feacd1736614a4fce534bfbdd2200d9d229bc77e;p=lhc%2Fweb%2Fwiklou.git build: Add initial version of Fresnel config Copied from fresnel.git (removed there with I742c56122). Bug: T133646 Change-Id: I23e7e9bc6343cf9e14dbfe275c1cdbb4cc5bd76d --- diff --git a/.fresnel.yml b/.fresnel.yml new file mode 100644 index 0000000000..f081fb5f28 --- /dev/null +++ b/.fresnel.yml @@ -0,0 +1,17 @@ +warmup: true +runs: 3 +scenarios: + # View the Main Page without redirect + - url: "{MW_SERVER}{MW_SCRIPT_PATH}/index.php?mainpage" + viewport: + width: 1100 + height: 700 + reports: + - navtiming + - paint + - transfer + probes: + - screenshot + - trace + # alerts: + # navtiming/loadEventEnd: 10%