mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-25 16:03:48 +00:00
1.2 KiB
1.2 KiB
stage, group, info, title
stage | group | info | title |
---|---|---|---|
none | unassigned | Any user with at least the Maintainer role can merge updates to this content. For details, see https://docs.gitlab.com/development/development_processes/#development-guidelines-review. | Automated accessibility testing |
GitLab is committed to ensuring our platform is accessible to all users. We use automated accessibility testing as part of our comprehensive approach to identify and prevent accessibility barriers.
Our testing approach
GitLab uses multiple approaches for automated accessibility testing to provide comprehensive coverage:
- Feature tests - End-to-end accessibility testing using axe-core in feature tests to validate complete user flows and page interactions
- Storybook component tests - Isolated component testing using Storybook test-runner with axe-playwright to ensure individual Vue components meet accessibility standards
These complementary approaches ensure that both individual components and complete user experiences are accessible.