TL;DR

  • Cucumber v12.8.0 released on April 12, 2026.
  • Adds support for custom externalising options.
  • Increases flexibility for test data handling.

Key Changes

Cucumber v12.8.0, a minor update by SmartBear, was released on 2026-04-12. The primary addition is support for a custom externalising option. This feature, detailed in GitHub PR #2780, allows users to define how specific data elements within tests—such as step arguments or data tables—are handled or stored externally. This provides more granular control over test data management.

Impact for QA Teams

QA teams gain enhanced control over test data and configurations. This improves adaptability for varied test environments and promotes better test maintainability. It supports efficient BDD practices and test automation workflows, as explored in our articles like Cucumber BDD Tutorial and Cucumber BDD Automation.