cucumber-smoothie - Gherkin parser

Preprocesses cucumber annotations, parses Gherkin feature files and uses the result to generate a test runner for the cucumber step definitions defined by the developer.

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

com.memtrip.cucumber.smoothie
ArtifactId

ArtifactId

gherkin-parser
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

cucumber-smoothie - Gherkin parser
Preprocesses cucumber annotations, parses Gherkin feature files and uses the result to generate a test runner for the cucumber step definitions defined by the developer.
Project URL

Project URL

https://github.com/memtrip/cucumber-smoothie

Download gherkin-parser

How to add to project

<!-- https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-parser/ -->
<dependency>
    <groupId>com.memtrip.cucumber.smoothie</groupId>
    <artifactId>gherkin-parser</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-parser/
implementation 'com.memtrip.cucumber.smoothie:gherkin-parser:1.0.3'
// https://jarcasting.com/artifacts/com.memtrip.cucumber.smoothie/gherkin-parser/
implementation ("com.memtrip.cucumber.smoothie:gherkin-parser:1.0.3")
'com.memtrip.cucumber.smoothie:gherkin-parser:jar:1.0.3'
<dependency org="com.memtrip.cucumber.smoothie" name="gherkin-parser" rev="1.0.3">
  <artifact name="gherkin-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.memtrip.cucumber.smoothie', module='gherkin-parser', version='1.0.3')
)
libraryDependencies += "com.memtrip.cucumber.smoothie" % "gherkin-parser" % "1.0.3"
[com.memtrip.cucumber.smoothie/gherkin-parser "1.0.3"]

Dependencies

compile (6)

Group / Artifact Type Version
com.memtrip.cucumber.smoothie : gherkin-binding jar 1.0.3
io.cucumber : gherkin jar 4.0.0
org.freemarker : freemarker jar 2.3.23
com.google.auto.service : auto-service jar 1.0-rc2
com.google.googlejavaformat : google-java-format jar 1.0
commons-io : commons-io jar 2.5

provided (1)

Group / Artifact Type Version
com.google.android : android-test jar 2.3.3

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.5.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0