Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 1.37 KB

accessibility.md

File metadata and controls

16 lines (10 loc) · 1.37 KB

Accessibility

The U.S. Web Design System (USWDS) is utilzed in this codebase for styling and HTML markup. The USWDS is Section 508 compliant and provides accessible, mobile-friendly components out of the box.

Our team has utilized automated and manual testing to ensure that the application is accessible. Testing reports can be found in docs/reports directory. Testing is conducted against the production build of the web app, running in an incognito/private browser window.

Automated testing

  • jest-axe is used to run an axe accessibility scan on pages. These tests run on every pull request, and merging is blocked if any accessibility issue is reported.
  • Lighthouse is used to run accessibility and performance tests on the application.
  • Accessibility Insights is also used to run automated and semi-automated accessibility tests on the application.

Manual testing