cypress-axe
cypress-axe copied to clipboard
Replace violation callback with AxeResults Callback
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.