diff --git a/radar/languages-and-frameworks/gherkin.md b/radar/languages-and-frameworks/gherkin.md new file mode 100644 index 0000000..dd74b1e --- /dev/null +++ b/radar/languages-and-frameworks/gherkin.md @@ -0,0 +1,24 @@ +--- +title: "Gherkin" +ring: adopt +quadrant: "languages-and-frameworks" +tags: [all] +--- + +Gherkin is a domain-specific language designed for describing software behavior without detailing how that behavior is implemented. It serves as a collaboration tool between technical and non-technical team members. + +### Key features: + +- **Human-Readable Syntax** + +- **Behavior-Driven Development** + +- **Structured Format** + +- **Tool Agnostic** + +### Our use cases: + +- [Test automation](https://github.com/pagopa/idpay-functional-testing) + +- [Requirement Documentation](https://pagopa.github.io/idpay-functional-testing/) \ No newline at end of file