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/
621 stars 66 forks source link

CLI: Fix progression max. number #64

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

While using the pipe to receive URLs to compute, it is possible to see: 1/128 even if the total of URLs is 7. Why? Because the program.maximumUrls variable was updated after having read the whole pipe. Remind that the testing starts as soon as possible, so it can start before reaching the end of the pipe.

Now, this variable is updated every time to provide a more accurate progression result to the user.