Published in Nerd For Tech·Apr 27, 2021Automated visual regression testing with TypeScript, Playwright, Jest and Jest Image SnapshotIntroduction As you know, to have automated visual regression tests (in addition to unit and integration tests) is important to ensure the users a good experience. …Typescript6 min read
Published in Nerd For Tech·Mar 24, 2021Automated visual regression testing with TypeScript, Puppeteer, Jest and Jest Image SnapshotIntroduction As developers, it is our job to ensure that our users get an experience with no regression. Like any good developer, when I add a feature or fix a bug, I also create unit, integration, and end-to-end tests. …Typescript6 min read