Skip to content

Commit

Permalink
Link Acceptance Tests in the Accessibility guides (thoughtbot#667)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
seanpdoyle authored Jun 23, 2022
1 parent 70e1faa commit efa5757
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions accessibility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit efa5757

Please sign in to comment.