Skip to content

Commit c54d17a

Browse files
committed
FCL-631 | add link to accessibility checking rules
1 parent a3aadbe commit c54d17a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/adr/0027-automated-accessibility-checking.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ Accessibility testing is currently a manual process with no standardised approac
3030

3131
### Solution
3232

33-
Integrate **Axe-Playwright** into the existing automated test suite to perform accessibility checks on all pages covered by end-to-end tests.
33+
Integrate Axe-Playwright into the existing automated test suite to perform accessibility checks on all pages covered by end-to-end tests.
3434

3535
### Justification
3636

3737
- Seamlessly integrates with the existing Playwright-based testing setup.
3838
- Provides standardised accessibility checks aligned with industry best practices.
3939
- Works within the CI/CD pipeline, enabling continuous accessibility monitoring.
40+
- Runs an [extensive number of accessibility checks](https://github.com/dequelabs/axe-core/blob/develop/doc/rule-descriptions.md)
4041

4142
## Consequences
4243

0 commit comments

Comments
 (0)