Blog

Cypress Parallel Execution

As shown in the graph above, Playwright has recently overtaken Cypress in popularity. One key reason for this shift is Playwright’s support for parallel test execution. This feature, which allows multiple tests to run simultaneously rather than one after another,...

The rise of AI Driven Development

As the AI hype settles down a bit, now seems like the perfect time to reflect on what we’ve learned so far. Nearly two years have passed since ChatGPT was released, and the majority of AI tools still rely heavily...

BiDirectional Contract Testing

In today’s world of complex and interconnected software systems, ensuring the reliability and compatibility of various components has become a critical part of the development process. As teams work on different services, the need for effective integration testing becomes more...

Exploring Selenium BiDi Functionality

Selenium is a widely-used open-source testing framework designed for automating web browsers and validating web applications. Initially, Selenium consisted of Selenium IDE, a plugin for record-and-playback testing, and Selenium Remote Control (RC), which allowed for browser automation using various programming...