Registry / testing / gherkin

gherkin

JSON →
library2.12.2javamavenunverified

Pure Java Gherkin parser for Cucumber BDD feature files, supporting Gherkin syntax.

<dependency> <groupId>info.cukes</groupId> <artifactId>gherkin</artifactId> <version>2.12.2</version> </dependency>
INSTALL
IMPORT
SIG · GHERKIN
G
gherkin
testingjavav2.12.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Parser
gherkin.Parser

Create a Gherkin parser

import gherkin.Parser; import gherkin.ast.GherkinDocument; public class Example { public static void main(String[] args) { Parser<GherkinDocument> parser = new Parser<>(); System.out.println("Gherkin parser created"); } }
Debug
Known issues
breakingVersion 2.12.2 is outdated; consider using io.cucumber:gherkin (newer groupId) for latest features.
fix
Use io.cucumber:gherkin instead of info.cukes:gherkin.
affects: >=2.0.0
Upgrade
Version history
2.12.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gherkin — mvn dependency:get gherkin · libregistry