Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Domain Picker: add jest-axe for a11y testing #51142

Open ciampo opened 3 years ago

ciampo commented 3 years ago

What

Use axe (an a11y testing tool) in the Domain Picker automated tests by using the jest-axe integration

Why

This will help spotting the most obvious a11y issues in our code just by adding one additional insertion in any tests.

A/C

Context

Later on, when adding Storybook to the package, we should consider adding the a11y plugin and sharing the same Axe configuration with the jest-axe plugin

youbrokesomething commented 2 years ago

The jest-axe package and the axe-playwright packages are going to be added as part of my improving accessibility on Dotcom projcet.