pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
525 stars 63 forks source link

Sitemap find/replace #2

Closed rowanmanning closed 8 years ago

rowanmanning commented 8 years ago

Sometimes a sitemap's URLs aren't correct when running in a CI environment. E.g if the site is running on localhost:4000 but each URL in it has the live domain name.

We need a way to find/replace in the sitemap URLs I think. Something like this?

pa11y-ci --sitemap http://localhost:4000/ --sitemap-find mysite.com --sitemap-replace localhost:4000