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

Add a callback for getting the full axe-core results object

Open gilgold opened this issue 3 years ago • 1 comments

Hey! In some cases, the full axe-core results object is needed (for logging / tracking or other uses) It would be helpful to have another callback that returns the full results object (similar to how violationsCallback returns the violations object).

I submitted a PR for this - please consider it :) https://github.com/avanslaars/cypress-axe/pull/68

gilgold avatar Oct 13 '20 19:10 gilgold

I drafted my ideas on the new API: #75. I hope this covers your use case — let me know what you think.

sapegin avatar Nov 11 '20 08:11 sapegin