Accessibility testing – Pa11y does not work with multiple URLS
Problem to solve
In the 'Configure Accessibility Testing' section, it gives an example of the configuration about adding multiple a11y_urls to the .gitlab-ci.yml file:
include:
template: Verify/Accessibility.gitlab-ci.yml
a11y:
variables:
a11y_urls: https://example.com https://example.com/another-page
However, I have tried adding multiple URLs to the specified file and it does not work. At the moment, only one URL can be added.