testing

testing

Cypress vs Puppeteer

These are my notes from an exercise I did to implement the same test suite in both Cypress and Puppeteer. At my work experience at the BBC, I got introduced to Puppeteer as an alternative to Cypress for writing automated browser tests. It looked quite interesting and I spent some of my days there writing some basic tests. I started this exercise in order to be to compare Puppeteer with Cypress more closely.

Read