aboutsummaryrefslogtreecommitdiff
path: root/lang/py-gherkin-official/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'lang/py-gherkin-official/pkg-descr')
-rw-r--r--lang/py-gherkin-official/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/py-gherkin-official/pkg-descr b/lang/py-gherkin-official/pkg-descr
new file mode 100644
index 000000000000..3dd49b9e628d
--- /dev/null
+++ b/lang/py-gherkin-official/pkg-descr
@@ -0,0 +1,14 @@
+Gherkin is a parser and compiler for the Gherkin language, which is a
+business-readable, domain-specific language that lets you describe software's
+behavior without detailing how that behavior is implemented.
+
+Gherkin serves two purposes:
+* It serves as your project's documentation
+* It serves as your project's automated tests
+
+Gherkin is written in the "Given-When-Then" style, which allows developers to
+write tests in plain English that stakeholders can understand.
+
+This is the official implementation from the Cucumber team, providing a
+reliable and well-maintained parser for BDD (Behavior-Driven Development)
+frameworks.