Fix performance tests

This commit is contained in:
adilallo
2025-09-12 16:16:56 -06:00
parent 842bbe44f1
commit 62a7046612
3 changed files with 225 additions and 1 deletions
+2 -1
View File
@@ -316,7 +316,8 @@ jobs:
"$CHROME_PATH" --version
# Run LHCI with arm64 Node + arm64 Chrome
npx lhci autorun --chrome-path="$CHROME_PATH" --collect.url=http://$HOST:$PORT/
# Test homepage and blog pages
npx lhci autorun --chrome-path="$CHROME_PATH" --collect.url=http://$HOST:$PORT/ --collect.url=http://$HOST:$PORT/blog --collect.url=http://$HOST:$PORT/blog/resolving-active-conflicts
kill "$SVPID" 2>/dev/null || true
env: