mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Pa11y: add logs to a11y step in terminal to provide more info of status (#38445)
This commit is contained in:
+3
-2
@@ -440,7 +440,8 @@ steps:
|
|||||||
- name: test-a11y-frontend
|
- name: test-a11y-frontend
|
||||||
image: buildkite/puppeteer
|
image: buildkite/puppeteer
|
||||||
commands:
|
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
|
||||||
environment:
|
environment:
|
||||||
GRAFANA_MISC_STATS_API_KEY:
|
GRAFANA_MISC_STATS_API_KEY:
|
||||||
from_secret: grafana_misc_stats_api_key
|
from_secret: grafana_misc_stats_api_key
|
||||||
@@ -3576,6 +3577,6 @@ get:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 6749d86d569d62f93921aa7151a29af34fd26764657754cc5dcbf220ff57cc16
|
hmac: ff4f66e40485ce90a3259d04ec562033e5b37013f0902d71a602c1a1572e1f27
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|||||||
+2
-1
@@ -495,7 +495,8 @@ def test_a11y_frontend_step(edition, port=3001):
|
|||||||
},
|
},
|
||||||
'failure': 'ignore',
|
'failure': 'ignore',
|
||||||
'commands': [
|
'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',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user