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)
Created
axe-runner.js
which runs@axe-core/puppeteer.
It has the ability to process multiple links at a time, and runs them asynchronously usingPromise.allSettled(...)
. Once all promises have been fulfilled, it pipes all results toaxe-result.js
.Still needs to be done: parsing the
node
attributes of theAxeresult
objects, translating the tags into a more friendly format (e.g. "wcag412" -> 4.1.2)