mozilla-services / axe-selenium-python

aXe Selenium Integration python package
https://pypi.python.org/pypi/axe-selenium-python/
Mozilla Public License 2.0
58 stars 50 forks source link

Add option to specify external rules file #46

Closed m8ttyB closed 6 years ago

m8ttyB commented 7 years ago

To allow for a diversity of configuration options, add an option to specify and use an external file containing a list of rules to run checks against.

As a first pass, let's use --rules as the command-line specifier.

kimberlythegeek commented 6 years ago

Along the lines of #45 , I'm not sure this is needed. Deque does a good job of both coverage and configuration options in the aXe API.

@m8ttyB thoughts?

m8ttyB commented 6 years ago

Yes, close it! Our knowledge and understanding has come a long way since August.

kimberlythegeek commented 6 years ago

It has indeed :)