cypress-axe-dirk
v1.0.31
Published
Test accessibility with axe-core in Cypress with a test report
Downloads
14
Readme
Cypress-axe-dirk
How to use
Configuration
To use cypress-axe-dirk you first have to add addAxePluginEvents() to your index.ts file.
Commands
To get an assertion on accessibility you need to use the assertAccessibility() command. To save an accessibility report you need to use the saveAccessibility() command.
Artifacts
scan.json
The scan.json file is a json file that includes the accessibility of all the files that have been scanned by the saveAccessibility command.
report-report_name.html
The report-report_name.html file is a file that includes a report of the page that has been scanned.
meta_report.html
The meta_report.html file is a file that includes a summary of all the scanned files.