-
Cypress tips and tricks, part 1 : working with single-purpose iframes
Cypress is a fantastic test automation tool for frontend testing newbies. It has a low barrier to entry, with detailed and helpful documentation. It comes bundled with many of the key components of a full-fledged testing framework, minimising initial configuration. Most importantly, it’s enjoyable to work with, and has a strong community of enthusiastic and…
-
Tentative Cypress GitLab CI integration for fun and profit
Not sure how to integrate Cypress into your team’s CI pipeline? This guide demonstrates an initial approach using GitLab CI or GitHub Actions.