liip / TheA11yMachine

The A11y Machine is an automated accessibility testing tool which crawls and tests pages of any web application to produce detailed reports.
https://www.liip.ch/
622 stars 66 forks source link

Auto-refresh feature of the index page #19

Open jeanmonod opened 8 years ago

jeanmonod commented 8 years ago

It would be great to have an auto refresh functionally available in the HTML report index page.

Hywan commented 8 years ago

Hmm, during the generation of the reports? Yes, this is possible. We can set a timer that refresh infinitely and it stops when we reach the end of the generation.

Would it solve your issue?

jeanmonod commented 8 years ago

Yes, but I will not automatically activate it. Maybe a nice switcher in the top right?

Hywan commented 8 years ago

Why a switcher? Is it something someone would like to disable?

jeanmonod commented 8 years ago

It depends the workflow that you are using. Maybe if we have #22 then it's no more useful. But a workflow I can imagine, is (as a developper):

Hywan commented 8 years ago

Yup, sounds good!

krtek4 commented 8 years ago

Eventually with a progress bar ?

krtek4 commented 8 years ago

I think we have two different things here :

  1. Auto-refresh of the index page while the crawler is still running to see new URLs
  2. Continuous auditing of the URLs to display improvements (which can be done for the whole report or on a per URL basis).