Skip to content
Snippets Groups Projects
Commit 2607b914 authored by ale's avatar ale
Browse files

Add accessibility report to CI

parent c64f88a3
No related branches found
No related tags found
No related merge requests found
...@@ -26,3 +26,21 @@ test: ...@@ -26,3 +26,21 @@ test:
paths: paths:
- render-test/screenshots/ - render-test/screenshots/
a11y:
stage: test
image: registry.gitlab.com/gitlab-org/ci-cd/accessibility:5.3.0-gitlab.3
services:
- name: "${IMAGE_TAG}"
alias: website
variables:
a11y_urls: "http://website:8080"
script: /gitlab-accessibility.sh $a11y_urls
allow_failure: true
artifacts:
when: always
expose_as: 'Accessibility Reports'
paths:
- reports/
reports:
accessibility: reports/gl-accessibility.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment