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.