diff --git a/app/3.0/docs/tools/tests.md b/app/3.0/docs/tools/tests.md index eeeb9f9447..f18dafffd3 100644 --- a/app/3.0/docs/tools/tests.md +++ b/app/3.0/docs/tools/tests.md @@ -295,6 +295,57 @@ Check out Sinon's documentation for more in-depth examples. assertion style. { .alert .alert-info } +### Testing for accessibility +To test for accessibility, you will need to add the following dependencies: + +`npm i -D @webcomponents/webcomponentsjs axe-core web-component-tester pwa-helpers` + +or with yarn: + +`yarn add -D @webcomponents/webcomponentsjs axe-core web-component-tester pwa-helpers` + +Then you need to setup your test file + +```html + + +
+ +