Gherkin is a business-readable, domain-specific language created to support Behavior-Driven Development (BDD). It lets teams describe software behavior in plain text using a structured Given-When-Then syntax that is human-readable and machine-parsable. -
View it on GitHub