Skip to content

Commit

Permalink
add Gherkin to languages and frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoLencioni committed Dec 5, 2023
1 parent 70d7528 commit e339a15
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions radar/languages-and-frameworks/gherkin.md
Original file line number Diff line number Diff line change
@@ -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/)

0 comments on commit e339a15

Please sign in to comment.