ci(aio): verify that the Lighthouse PWA score remains above a threshold
This commit is contained in:

committed by
Pete Bacon Darwin

parent
a73050de48
commit
49d97e1216
@ -14,7 +14,7 @@ source ${thisDir}/_travis-fold.sh
|
||||
|
||||
# Lint the code
|
||||
travisFoldStart "test.aio.lint"
|
||||
yarn run lint
|
||||
yarn lint
|
||||
travisFoldEnd "test.aio.lint"
|
||||
|
||||
|
||||
@ -34,10 +34,16 @@ source ${thisDir}/_travis-fold.sh
|
||||
|
||||
# Run e2e tests
|
||||
travisFoldStart "test.aio.e2e"
|
||||
yarn run e2e
|
||||
yarn e2e
|
||||
travisFoldEnd "test.aio.e2e"
|
||||
|
||||
|
||||
# Run PWA-score tests
|
||||
travisFoldStart "test.aio.pwaScore"
|
||||
yarn test-pwa-score-local
|
||||
travisFoldEnd "test.aio.pwaScore"
|
||||
|
||||
|
||||
# Run unit tests for aio/aio-builds-setup
|
||||
travisFoldStart "test.aio.aio-builds-setup"
|
||||
./aio-builds-setup/scripts/test.sh
|
||||
|
Reference in New Issue
Block a user