You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Gherkin](https://cucumber.io/docs/gherkin/) language is used to define test cases for the [Cucumber](https://cucumber.io/) testing tool for behavior-driven development. The Gherkin syntax is designed to be
7
+
non-technical, making it human-readable for a wide audience.
8
+
9
+
## Support in PMD
10
+
Starting from version 6.48.0, Gherkin support was added to CPD.
11
+
12
+
### Limitations
13
+
- Support for Gherkin only extends to CPD to detect code duplication in Cucumber test cases.
14
+
- While Gherkin keywords have been translated into various
15
+
languages, CPD currently supports only the English version of the Gherkin language.
0 commit comments