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.
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!
ReadIn this article you'll learn how to build a Ubuntu 20.04 image. But before starting to build the image, let's quickly have a brief about docker.
ReadBoost your website’s performance with an automated testing setup using Lighthouse, Puppeteer, and GitHub Actions! In this blog, we’ll guide you through setting up a pipeline that runs front-end performance tests automatically on every push. By integrating Lighthouse with Puppeteer, you’ll simulate real user interactions, capturing accurate performance metrics and insights. Then, automate the process using GitHub Actions to ensure every code change is tested for speed, accessibility, and best practices. Follow along to streamline your workflow and keep your front-end optimized without lifting a finger!
Read