usagov / pangolin

4 stars 0 forks source link

Add accessibility scans #38

Closed rahearn closed 2 years ago

rahearn commented 2 years ago

closes #37

Github Action will add a comment to the associated PR if it detects a problem

github-actions[bot] commented 2 years ago

Pa11y Failures detected

Show failure message ``` ```
github-actions[bot] commented 2 years ago

Pa11y Failures detected

Show failure message ``` ```
github-actions[bot] commented 2 years ago

Pa11y Failures detected

Show failure message ``` ```
rahearn commented 2 years ago

Should we add the pa11y scan to our default rake task? (I'm inclined to, treat it as part of test suite we expect to pass)

I'm 50/50 on this. I like the default scan to be real quick, and pa11y is maybe a bit slower than I'd like. Maybe a task that does both the default and also runs pa11y that we can get in the habit of using? Or add it to the default and back it out to the full if/when it takes too long? Either way I'll create a new task to do that.