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
519 stars 63 forks source link

How to validate the after login pages by using pa11y-ci #112

Closed devandqatools closed 3 years ago

devandqatools commented 4 years ago

i need to validate the pages after login, how to do?

kkoskelin commented 4 years ago

You may very well need to script this using actions unless you have a way to supply a token in a query-string that automatically takes you to the desired page. Here are some examples of actions: https://github.com/pa11y/pa11y#actions Here's a repository on which I'm a contributor that has lots of examples. https://github.com/ustaxcourt/ef-cms/tree/staging/web-client/pa11y

josebolos commented 3 years ago

Closing old issue as the user doesn't exist any more.