pa11y-ci adds some really nice functionality for aggregating test runs across multiple sites. We should add it to the container as this kind of approach is essential.
pa11y-ci is not yet ported to pa11y v5, and uses pa11y itself as a dependency. Do we have duplicate code in the image? Do we have multiple images? Do we find a way to use whatever pa11y version pa11y-ci pulls in? I'm partial to the middle answer:
Replacing the existing versioning with something more like this:
outrigger/pa11y:5
outrigger/pa11y:5ci
Once this is in, we can follow-up by adding a custom reporter, such as https://github.com/tjheffner/vue-pa11y.
pa11y-ci adds some really nice functionality for aggregating test runs across multiple sites. We should add it to the container as this kind of approach is essential.
pa11y-ci is not yet ported to pa11y v5, and uses pa11y itself as a dependency. Do we have duplicate code in the image? Do we have multiple images? Do we find a way to use whatever pa11y version pa11y-ci pulls in? I'm partial to the middle answer:
Replacing the existing versioning with something more like this:
Once this is in, we can follow-up by adding a custom reporter, such as https://github.com/tjheffner/vue-pa11y.