cypress-axe icon indicating copy to clipboard operation
cypress-axe copied to clipboard

Replace violation callback with AxeResults Callback

Open oussamabadr opened this issue 3 years ago • 0 comments

related to #75, #68

After reading Add a callback for getting the full axe-core results object and New API RFC issues,

I decided to open this PR, maybe we can merge it while waiting for to complete New API RFC.

Context: Sometimes we want to work with the full result of axe-core instead of the violations only, we may use the full result to output in terminal or create a custom csv/html report or even pass the result to other library for reporting or auditing.

oussamabadr avatar Sep 21 '22 03:09 oussamabadr