Playwright Test image comparisons and validation – Part 2
Part 2 – Comparing run time images In the previous article on Playwright Test image comparisons and validation we focused on the .toHaveScreenshot() method. This method allows us to visually compare how elements of our application look now against previously captured baseline “golden” reference images. I finished that post with the question: “What if we want [...]