Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Aug 30, 2022FeaturedNext.js visual regression testing made easyWhy visual regression testing Your app code changes quite frequently - so does the UI. The problem with this flow is that sometimes unintentional UI changes result from incorrect code. We often forget to check the deep corners of the application that...Discuss·71 likes·1.1K readsTesting
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 20, 2023The Ultimate Guide to Visual Regression Testing: 5 Tools to TryIntroduction 👀 Are you looking for the best visual regression testing tools to ensure your website or application looks and functions as intended? Look no further than our Ultimate Guide to Visual Regression Testing. In this article, we'll explore t...Discuss·5 likes·30 readsvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 27, 2023Storybook visual regression testingWhat is Storybook 🖼️ Storybook is an open-source tool for developing UI components in isolation. It allows developers to build and test components in a controlled environment, separate from the main application. It also provides a way to document an...Discuss·34 readsvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Apr 25, 2023PDF visual regression testingWhy testing PDFs 🗃️ Visual regression testing for PDFs is vital in today's digital world, ensuring document accuracy and consistency. Organizations can detect unintended visual differences by implementing PDF visual regression testing, maintaining q...Discussvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Apr 20, 2023Monorepo Visual Regression Testing. Why & How. (Turborepo example)by Lost Pixel Why you might need visual tests in monorepo 📦 Monorepos have become increasingly popular in software development due to their ability to centralize and streamline code management. Ensuring consistency and preventing visual regressions ...Discussvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Apr 11, 2023Prisma Docs: Visual regression testing case studyPrisma is the next-generation Node.js and TypeScript ORM that streamlines database access, schema migrations, and code generation, enabling developers to build data-driven applications with greater efficiency and ease. Prisma's comprehensive document...Discussvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 27, 2023Storybook visual regression testingWhat is Storybook 🖼️ Storybook is an open-source tool for developing UI components in isolation. It allows developers to build and test components in a controlled environment, separate from the main application. It also provides a way to document an...Discuss·34 readsvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 20, 2023The Ultimate Guide to Visual Regression Testing: 5 Tools to TryIntroduction 👀 Are you looking for the best visual regression testing tools to ensure your website or application looks and functions as intended? Look no further than our Ultimate Guide to Visual Regression Testing. In this article, we'll explore t...Discuss·5 likes·30 readsvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 13, 2023Visual regression testing glossaryIntroduction 📚 Visual regression testing is a crucial aspect of software development that ensures the user interface remains consistent across different versions of an application. However, if you are new to this field, the terminology and jargon us...Discussvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Mar 6, 20235 reasons to write visual regression testsIntroduction ✨ Visual regression testing is a critical aspect of modern web development that helps ensure that code changes don't break the intended design and functionality of a website or application. In this blog post, we'll discuss five compellin...Discuss·41 readsvisual regression testing
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Feb 22, 2023Visual Regression Testing that makes senseForeword 👋🏼 Hey, my name is Dima! I am a frontend-engineer who loves to solve problems. One day at my contracting work we faced serious developer experience issues with running our Storybook.js visual regression tests. At the time we had a custom s...Discuss·70 readsStorybook
Dimitri IvashchukforStack on Fire 🔥d-ivashchuk.hashnode.net·Aug 30, 2022FeaturedNext.js visual regression testing made easyWhy visual regression testing Your app code changes quite frequently - so does the UI. The problem with this flow is that sometimes unintentional UI changes result from incorrect code. We often forget to check the deep corners of the application that...Discuss·71 likes·1.1K readsTesting
Enriqueforenrique2020.hashnode.net·Jan 11, 2022Complete Guide To Cypress Visual Regression TestingSometimes referred to as automated UI testing or visual regression testing, VRT checks software from a purely visual standpoint (taking a screenshot and comparing it against another approved screenshot). Cypress is an emerging test automation framewo...Discussvisual regression testing