This blog, will make you understand how to implement your e2e tests using Cypress and do continuous integration and delivery with CircleCI for your tests.
ReadThis blog, will make you understand how to implement your e2e tests using Cypress and do continuous integration and delivery with CircleCI for your tests.
ReadI'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.
ReadIn 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