An open API service indexing awesome lists of open source software.

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

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)

![QR code with URL to this repository](https://github.com/user-attachments/assets/577286e1-163a-4e0c-aec4-7903d10ee27a)

## 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.