ci(aio): log the full PWA testing results

This will help diagnose errors or regressions in PWA scores.
This commit is contained in:
Georgios Kalpakas
2017-05-15 15:43:08 +03:00
committed by Pete Bacon Darwin
parent b40aae54b7
commit 35d1922006
4 changed files with 29 additions and 18 deletions

View File

@ -69,5 +69,5 @@ readonly relevantChangedFilesCount=$(git diff --name-only $TRAVIS_COMMIT_RANGE |
fi
# Run PWA-score tests
yarn test-pwa-score -- "$DEPLOYED_URL" "$MIN_PWA_SCORE"
yarn test-pwa-score -- "$DEPLOYED_URL" "$MIN_PWA_SCORE" "$PWA_RESULTS_LOG"
)