I wanted to try pa11y locally before implementing it on my actual project. heres what I did
pre-requisite: nodejs is installed
- create a fresh folder
- execute: npm install -g pa11y
- tried to test "pa11y https://mail.google.com"
I am receiving timeout error .
I also tried pa11y.json as suggested in one of the github issue. But, I suppose I am missing something more.
@Soumya try with below configurations,
Timeout is a value which is calculated not only for actions but from the initial start till results generated. By default it is set to 30000 which is quite low to invoke pa11y and run all the actions.
Hope this answer will help.
Thanks