Writing VRTs that interact with elements inside an iFrame

This post is about how I implemented a simple Visual Regression Test on my test playground, which interacts with elements inside an iFrame. This is something that can be a challenge for testing, since many of the most popular tools for automated testing like Gemini and Cypress don't seem to support this. I'm adding to… Continue reading Writing VRTs that interact with elements inside an iFrame

On making a new learning path

I've been procrastinating on a blog post I would like to write about some VRTs I made using Puppeteer with Jest, as it ended up being a long hit-and-miss process and I'm not sure which parts I would like to write on. I might even make a few posts on the subject, but I do… Continue reading On making a new learning path