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...
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...
Apr 9, 20204 minContract Testing with Pact.js and JestOn my previous blog post, I gave an overview about what Contract Testing is and why it's useful for testing microservices. Now let's look...
Mar 16, 20203 minCreating your first test with TestCafeIn this post, we'll look at what TestCafe tool is, how it can help your teams in test automation and how you can write your first UI test.
Mar 10, 20202 minMocking XHR requests with CypressIn this blog post, we'll look at how you can easily mock data from third party APIs using Cypress. Mocking has some advantages such as...