Jun 29, 20204 minAPI Testing with CypressThis is an accompaniment post to a Cypress lunch and learn series that I've done previously. An example github repo which contains the...
Jun 12, 20203 minAttaching Cypress screenshots to your Mochawesome reportOn my previous post, we looked at how we can generate Mochawesome report from our Cypress tests. I received some really great feedback...
Jun 8, 20203 minTest reporting with Cypress and MochawesomeI recently completed the Applitools Ultrafast Grid Hackathon and one of the requirements was to collate the test results and write it to...
May 17, 20205 minAdding more stability to your Cypress Tests For test automation to be effective, it needs to execute the same behaviour it is trying to test multiple number of times. If a test is...
May 4, 20204 minUsing Docker to run your Cypress testsAs a Test Automation Engineer, nowadays you are also expected to contribute in integrating your tests into a build pipeline. As we fully...
Apr 16, 20205 minIntegrating Pact in our CircleCI build pipelinesAfter following my previous blog post, hopefully by now you have a solid foundation about what Contract testing can offer. In one of the...