A cartoon figure sitting at a laptop with logos floating behind them

Our Blog

Look behind the curtains and see how beautiful things happen.

Implementing fast end-to-end tests on Drupal with Docker and JSON-RPC

A behind-the-scenes look at how we tackled the challenges of end-to-end testing in a Drupal and Next.js project, using Docker, JSON-RPC, and GitHub Actions to streamline the process.

“We’ll add the tests later”. Most of us have said this at some point in our software development career. But then “later” never arrives.

Pimp your Behat Drupal Extension and rule the world

Make the most out of your Behat tests by using custom contexts, dependency injection and much more.

This post is an excerpt from the topics covered by our DrupalCon Dublin training: Drupal 8 Development - Workflows and Tools.

A pluggable field-handling system for the Behat Drupal Extension

Write more complete Behat test scenarios for both Drupal 7 and Drupal 8.

On of the main goal of BDD (Behaviour Driven Development) is to be able to describe a system’s behavior using a single notation, in order to be directly accessible by product owners and developers and testable using automatic conversion tools.