/cra-e2e-accessibility

Example app for e2e accessibility testing on a CRA app

Primary LanguageJavaScript

cra-e2e-accessibility

Example application to show:

  • how to do automatic end to end testing with CRA
  • how to include accessibility in those tests.

Development

Run yarn to install dependencies.

Run yarn build && yarn test-e2e to run the tests.