Question, more than issue. Every scan results says "Website crawl (100 pages)". Is Purple A11Y limited to 100?
Closed this issue · 2 comments
jcrain23 commented
As the title mentions, all of my scan results say "Website crawl (100 pages)" on the left side of the HTML report. Is Purple A11Y limited to 100 pages? What concerns me is that it hasn't varied at all. I would expect some sites to have 98, others 130, etc... Is there a JS/Config file I can check or edit how many pages are scanned? Thanks in advance! I appreciate all you do for this app!
Thanks,
Jack
younglim commented
It is limited to 100 pages when running from npm run start
. You can increase this limit by using npm run cli ...
as documented at https://github.com/GovTechSG/purple-a11y?tab=readme-ov-file#cli-mode and specifying -p 500
where 500
is the maximum number of pages to scan.