I have a config file that contains ~40 urls, which I run as:
pa11y-ci --config ./pa11y-ci.conf.js
It would be useful (e.g., when debugging) to be able to run a subset of these urls. I tried:
pa11y-ci --config ./pa11y-ci.conf.js http://localhost/path
However, this appears to run the listed path(s) before the config file.
With cypress, I can run the full test suite by default, but it is also easy to run specific tests.
Thank you for considering this request.