Slack has recently incorporated automated accessibility testing into its development workflow, augmenting manual testing efforts to comply with the Web Content Accessibility Guidelines (WCAG). The company utilizes the Axe testing tool, chosen for its flexibility. Integrating Axe into Slack's frameworks has posed challenges, particularly when using Playwright for automated testing. A customized approach was adopted, allowing Slack to add accessibility checks strategically after key user interactions. By doing so, Slack aims to address accessibility violations proactively and improve user experience for individuals with disabilities.
In 2022, Slack started incorporating automated tests into its development workflow to proactively address accessibility violations.
The company chose Axe, a widely-used accessibility testing tool, for its flexibility and WCAG alignment.
To overcome integration challenges, Slack adopted a customized approach, strategically adding accessibility checks in Playwright tests after key user interactions.
Manual testing remains essential for identifying nuanced accessibility issues, but Slack recognized the need to augment these efforts with automation.
#accessibility #automation #software-development #web-content-accessibility-guidelines #testing-frameworks
Collection
[
|
...
]