xNS5 / WWU-Accessibility-Engine

Mozilla Public License 2.0
0 stars 0 forks source link

Result model #1

Closed xNS5 closed 3 years ago

xNS5 commented 3 years ago

Created axe-runner.js which runs @axe-core/puppeteer. It has the ability to process multiple links at a time, and runs them asynchronously using Promise.allSettled(...). Once all promises have been fulfilled, it pipes all results to axe-result.js.

Still needs to be done: parsing the node attributes of the Axeresult objects, translating the tags into a more friendly format (e.g. "wcag412" -> 4.1.2)