Technical Documentation
Integration & APIs
Implementation guides for Architects, Developers and DevOps. Shift-left accessibility in your pipeline.
CI/CD Pipeline
Implement accessibility quality gates to ensure compliance before deployment
Prerequisites
Wally Account
CI/CD Familiarity
GitLab, GitHub Actions, Jenkins, etc.
Willingness to improve
Make your project more accessible
Platform Configuration
Select your CI/CD platform to see the specific configuration
Secrets Configuration
Path: Settings → CI/CD → Variables → Add Variable
Variable name: WALLY_API_KEY
Mark as "Masked" and "Protected" for enhanced security
.gitlab-ci.yml
stages:
- test
accessibility_tests:
stage: test
image: ucloudtech/wally-agent:latest
variables:
WALLY_ANALYSIS_MODE: cicd
WALLY_PROJECT_ID: ${WALLY_PROJECT_ID}
WALLY_API_KEY: ${WALLY_API_KEY}Need help?
Our technical team is available to help with integrations, configurations and implementation queries.
- Specialised technical support
- Pipeline configuration assistance
- Accessibility consultancy
