From cc14968d0360890cf0e410a2367a9e79527e48be Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 10 Jan 2024 16:46:30 +0100 Subject: [PATCH] Update inspections.md Signed-off-by: Dennis Eichhorn --- quality/inspections.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quality/inspections.md b/quality/inspections.md index 7615720..66e18c9 100755 --- a/quality/inspections.md +++ b/quality/inspections.md @@ -15,6 +15,7 @@ The following automated tests must pass without errors, failures and warnings fo * `npx eslint ./ -c Build/Config/.eslintrc.json` * `npx jasmine-node ./` * `./cOMS/tests/test.sh` +* sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed * see [other checks](#other-checks) below

@@ -234,7 +235,7 @@ npx eslint ./ -c Build/Config/.eslintrc.json You can perform sitespeed checks by using sitespeed.io. Example: ```sh -sitespeed.io http://192.168.178.38 -b chrome --outputFolder /var/www/html/sitespeed +sitespeed.io ./Build/Helper/Scripts/sitespeedDemoUrls.txt -b chrome --outputFolder /var/www/html/sitespeed ``` ### Custom scripts