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...
Mar 23, 20213 minRun Tests in Parallel using CircleCIOne of the strategies out there to speed up your tests is to run them in parallel especially if you have a large codebase with lots of...
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...
Sep 22, 20204 minExploring Github CLI 1.0On one of my previous posts, Exploring Github CLI, I talked about Github CLI when it was still on beta mode and have been using its...
Aug 24, 20206 minShifting Performance Testing to the left with k6This article has also been published in GuardCI's blog. In one of my previous posts, I talked about using Taurus for performance testing,...