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 17, 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...
Feb 28, 20205 minModern Web testing with CypressThe web has evolved. Finally, testing has too. This is what you will see when you visit Cypress' homepage. It promises a fast, easy and...
Jan 6, 20204 minWhy Test Automation is crucial in DevOpsIn my previous blog post, I talked about why manual testing is important and how it does not replace test automation but complements it...
Dec 15, 20193 minUsing tags to filter your Cypress testsThis week, I have been helping my colleagues migrate our existing WebdriverIO tests to Cypress. For anyone who wants to know what Cypress...