Pa11y: add logs to a11y step in terminal to provide more info of status (#38445)

This commit is contained in:
Maria Alexandra
2021-08-23 14:54:33 +02:00
committed by GitHub
parent 9a71cec1f0
commit 6396f05320
2 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -495,7 +495,8 @@ def test_a11y_frontend_step(edition, port=3001):
},
'failure': 'ignore',
'commands': [
'yarn -s test:accessibility --json > pa11y-ci-results.json',
'./e2e/wait-for-grafana',
'yarn -s test:accessibility --json > pa11y-ci-results.json 1>&2',
],
}