https://github.com/younglim/oobee-cicd-demo
Sample CI/CD Templates for Oobee
https://github.com/younglim/oobee-cicd-demo
Last synced: about 1 year ago
JSON representation
Sample CI/CD Templates for Oobee
- Host: GitHub
- URL: https://github.com/younglim/oobee-cicd-demo
- Owner: younglim
- License: mit
- Created: 2023-11-22T11:14:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T09:59:28.000Z (about 1 year ago)
- Last Synced: 2025-05-06T10:54:10.445Z (about 1 year ago)
- Homepage:
- Size: 83 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# oobee-cicd-demo
Sample CI/CD Templates to run [Oobee](https://github.com/GovTechSG/oobee).
Oobee (formerly known as Purple A11y) is a customisable, automated accessibility testing tool that allows software development teams to assess whether their products are user-friendly to persons with disabilities (PWDs).
## Link to repository
Scan the QR code to access the demo repository.
[Link to repository](https://github.com/younglim/oobee-cicd-demo)

## How to use
### GitHub Actions
Trigger an accessibility scan with GitHub Actions.
1. [Fork the repository](https://github.com/younglim/oobee-cicd-demo/fork).
2. Review the actions workflow configured at [web-crawler-test.yml](.github/workflows/web-crawler-test.yml).
3. Run the Actions workflow.
## More information
Refer to Oobee's [CLI interface](https://github.com/GovTechSG/oobee?tab=readme-ov-file#cli-mode) for more details.