mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 20:09:23 +02:00
Document ANDI usage for accessibility testing
This commit is contained in:
parent
eab6486a50
commit
2308ee6304
1 changed files with 11 additions and 1 deletions
|
@ -166,6 +166,16 @@ from .common import less_console_noise
|
|||
# <test code goes here>
|
||||
```
|
||||
|
||||
### Accessibility Testing in the browser
|
||||
|
||||
We use the [ANDI](https://www.ssa.gov/accessibility/andi/help/install.html) browser extension
|
||||
from ssa.gov for accessibility testing outside the pipeline.
|
||||
|
||||
ANDI will get blocked by our CSP settings, so you will need to install the
|
||||
[Disable Content-Security-Policy extension](https://chrome.google.com/webstore/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden) and activate it for the page you'd like
|
||||
to test.
|
||||
|
||||
|
||||
### Accessibility Scanning
|
||||
|
||||
The tool `pa11y-ci` is used to scan pages for compliance with a set of
|
||||
|
@ -203,7 +213,7 @@ Assets are stored in `registrar/assets` during development and served from `regi
|
|||
|
||||
We utilize the [uswds-compile tool](https://designsystem.digital.gov/documentation/getting-started/developers/phase-two-compile/) from USWDS to compile and package USWDS assets.
|
||||
|
||||
## Making and view style changes
|
||||
## Making and viewing style changes
|
||||
|
||||
When you run `docker-compose up` the `node` service in the container will begin to watch for changes in the `registrar/assets` folder, and will recompile once any changes are made.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue