Complex Workflows with Cucumber
Our favourite test automation software in the world still remains Cucumber and its Gherkin syntax, but like all software, it has its limitations. In particular, at first glance it is pretty difficult to express workflows in Cucumber that contain branches. In this post, we explain how that can be achieved. Table of Contents The Problem …