From efa5757b4047e365d491d8bfe8c43b3f91c0075b Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Thu, 23 Jun 2022 19:12:27 -0400 Subject: [PATCH] Link Acceptance Tests in the Accessibility guides (#667) Link to the [Acceptance Tests](./testing-rspec/README.md#acceptance-tests) section of the guides in light of the Accessibility guideline's mention of automated testing tools. --- accessibility/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accessibility/README.md b/accessibility/README.md index 8aa82688..1d4ea761 100644 --- a/accessibility/README.md +++ b/accessibility/README.md @@ -12,6 +12,8 @@ accessible. Automated checks can catch a lot of common issues before they reach production. +- Test the application in a browser (like Capybara-driven [Acceptance + Tests](./testing-rspec/README.md#acceptance-tests)) - Use tools such as [WAVE] or [axe's browser extensions] to run audits on your local build - Use a CI/CD solution such as [AccessLint] or [axe]