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

Not all commands available in node_modules/.bin #73

Closed bikasv closed 7 years ago

bikasv commented 7 years ago

Hi, Only a11y is available in node_modules/.bin folder. Other commands (a11y-dashboard, a11y-sniffers) are not present in this folder.

Due to this, we've to pass full path in npm script instead of just the file name.

Can this be fixed?

Hywan commented 7 years ago

Sure :-).