MSU-NatSci / DomainAccessibilityAudit

Web application to create domain and subdomain accessibility audits, with violation statistics.
GNU General Public License v3.0
48 stars 19 forks source link

Upgrade to latest version of axe #16

Open mgifford opened 3 years ago

mgifford commented 3 years ago

Axe-core is being actively updated and this library needs to keep up.

https://www.deque.com/blog/deque-releases-axe-core-4-1/

backend/package.json uses "axe-webdriverjs": "^2.2.0",

but that package has been depreciated. People are encouraged to use @axe-core/webdriverjs.

Install Selenium Webdriver: npm install selenium-webdriver --no-save

Install @axe-core/webdriverjs and its dependencies: npm install @axe-core/webdriverjs