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: Warn when a URL is invalid #31

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

Fix #29.

Hywan commented 8 years ago

@krtek4 Are you OK with this one?

krtek4 commented 8 years ago

This is a first step... We should also raise a warning when the crawler cannot access an URL, it is fairly easy to catch those by registering the events fetch404 and fetcherror, eventually fetchtimeout

Bug merge this as is and maybe open a new thing.

Hywan commented 8 years ago

Done :-).

Hywan commented 8 years ago

(git rebase master)