Apr 27, 20223 minTesting Multiple Domains with CypressPhoto by Alp Duran on Unsplash As you probably might have heard already, Cypress has released version 9.6.0 which finally allows testing...
Sep 16, 20216 minWhat To Consider When Doing Visual TestingIf you are working on a front end application whether it’s website or mobile, visual testing is a great one to add in your testing...
Jul 2, 20213 minAPI Testing using Jest and SuperTest Last week, I've been playing around with how to integrate SuperTest, a library for testing HTTP servers. With over 2 million weekly...
May 4, 20213 minGenerating Code Coverage Report for CypressOne of my technical tasks last week at Zoopla was to integrate code coverage for Cypress so we can see which parts of the code are overly...
Feb 1, 20214 minMesmer Accessibility ReviewLast year, I was given the opportunity to trial an accessibility tool called Mesmer for doing accessibility audits on mobile devices....
Jan 14, 20213 minDebugging Pipeline Issues With CypressRecently, I have migrated our Cypress version to version 6 so we can make use of its latest features. While doing the migration, I've...