Discovery: Add Asqatasun as optional (opt-in) Jenkins test
Description
Asqatasun is an open source accessibility testing library + crawler framework. It runs quite a few more tests than the Axe-core set, and so catches more bugs, but the tradeoff is that they throw a lot of false-positive errors and warnings in different situations. I assume that for this reason, in most developers will not want to run the Asqatasun tests regularly. But devs may still want to run Asqatasun occasionally to check for some issues that they may have missed. So please add this package in such a way that developers can opt into running it. Sorry I am not more familiar with Jenkins configuration details.
https://github.com/Asqatasun/Asqatasun-Jenkins-Plugin
A/C:
determine pros/cons/needed setup for using this tool
make a call on incorporating it into our CI
if so, ticket up any additional work