-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does pa11y-dashboard provide monitoring? #259
Comments
Hi @anevins12, Yes, the goal of pa11y-dashboard is to track the a11y violations over time and by default tests will run once a day, although this can be configured when deploying the app, e.g.: The last 30 days of data will show in the graphs, unfortunately this is not configurable. I realise that the documentation doesn't explain this very well, so we definitely should improve this. |
Thank you for coming back to me Jose, I had read it somewhere but on looking at the readme I thought I may have made a mistake. Thanks for clarifying that it does carry out testing over time, I appreciate all the work into this! |
Thanks for creating this issue. It looks like this may be fixed now, feel free to reopen the issue if not. |
@anevins12 in order to use cron properties we must to be in a linux machine with cron? |
CC @josebolos |
@andreabisello No, Pa11y Dashboard doesn't make use of the cron tool. |
I understand that a test can be run manually, but I was wondering whether a test could be ran daily or weekly for example.
The text was updated successfully, but these errors were encountered: