If you're thinking of a cucumber, the answer is yes! Let me tell you all about it. What is Cucumber? Cucumber is a tool that utilizes a syntax called Gherkin, which makes acceptance criteria and test cases accessible to all interested stakeholders, technical and not so technical alike. The official documentation explains Cucumber like so: That sounds cool, but what is that Gherkin thing you mentioned? Gherkin is a plain English, human-readable syntax that defines who the audience is, what action is to be taken, and what the expected outcome should be. It looks something like this: Given I am…

Cucumber
