ci(docs-infra): run a11y audits on certain pages on CI (#31414)

PR Close #31414
This commit is contained in:
George Kalpakas
2019-07-04 02:34:32 +03:00
committed by Matias Niemelä
parent 5c738417db
commit 0e86551a63
5 changed files with 187 additions and 74 deletions

View File

@ -293,6 +293,8 @@ jobs:
- run: yarn --cwd aio e2e --configuration=ci
# Run PWA-score tests
- run: yarn --cwd aio test-pwa-score-localhost $CI_AIO_MIN_PWA_SCORE
# Run accessibility tests
- run: yarn --cwd aio test-a11y-score-localhost
# Check the bundle sizes.
- run: yarn --cwd aio payload-size
# Run unit tests for Firebase redirects