component-driven / cypress-axe

Test accessibility with axe-core in Cypress
MIT License
621 stars 86 forks source link

consolidated a11y report #167

Open Dale-777 opened 1 year ago

Dale-777 commented 1 year ago

I am using https://github.com/badeball/cypress-cucumber-preprocessor/

and have a data table with many pageUrls to test on, this feeds the test step, which results in separate test scenarios, all working fine and getting nice terminal outputs for each scenario.

How have you gone about obtaining a consolidated report for all scenarios / a11y checks?