End to End Test Automation with Playwright

November 13, 2023 0

You need to make sure that you test complete user flows. With the open source test automation tool Playwright, you can easily in minutes record a test and run that test and visually see what is happening, providing a cool developer experience.

Visual Regression Testing with Puppeteer, Playwright and Cypress

October 10, 2023 0

This presentation is about visual regression testing components via screenshot matching. It will show how you do that in three different libraries/frameworks. Additionally, it will describe how to use Storybook to extract the components from your JavaScript web application.