Tagged: accessibility-testing
pa11y Accessibility Testing With Docker and Jenkins
Testing a website for accessibility might prove challenging. Fortunately
with the advent of some opensource tools, it's easier to test for problems,
but automating this is a challenge. In this article we'll explore how to
setup a Jenkins pipeline that runs pa11y - a popular opensource
accessibility checker - inside a docker container.
Read more