Accessibility

Accessibility

Automate your e2e accessibility tests using pa11y

I'm excited to announce the new [pa11y-e2e-tests](https://www.npmjs.com/package/pa11y-e2e-tests) framework, which helps you find accessibility issues of any web app. This enhancement is simple, fast, reliable, and easy to integrate with your existing e2e tests.

Read
Accessibility

UI attribute validation with Nightwatch

In this blog, I’ll walk you through an approach to automate UI attribute validation using Nightwatch, designed for projects with complex, multi-design requirements. Recently, I faced a project challenge involving three different designs that needed testing across various screen resolutions and browsers—a task that’s time-consuming and error-prone if done manually. So, I created an efficient solution to automate UI checks with Nightwatch, validating element attributes across different browsers and resolutions. This method saves time and catches design discrepancies early, streamlining the development and testing process before the website goes live!

Read