@cucumber/gherkin

WebJar for @cucumber/gherkin

License

License

MIT
Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

cucumber__gherkin
Last Version

Last Version

11.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

@cucumber/gherkin
WebJar for @cucumber/gherkin
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/cucumber/gherkin-javascript

Download cucumber__gherkin

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/cucumber__gherkin/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>cucumber__gherkin</artifactId>
    <version>11.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/cucumber__gherkin/
implementation 'org.webjars.npm:cucumber__gherkin:11.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/cucumber__gherkin/
implementation ("org.webjars.npm:cucumber__gherkin:11.0.0")
'org.webjars.npm:cucumber__gherkin:jar:11.0.0'
<dependency org="org.webjars.npm" name="cucumber__gherkin" rev="11.0.0">
  <artifact name="cucumber__gherkin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='cucumber__gherkin', version='11.0.0')
)
libraryDependencies += "org.webjars.npm" % "cucumber__gherkin" % "11.0.0"
[org.webjars.npm/cucumber__gherkin "11.0.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.webjars.npm : cucumber__messages jar [10.0.1,11)
org.webjars.npm : teppeis__multimaps jar [1.1.0,2)
org.webjars.npm : commander jar [4.1.1,5)
org.webjars.npm : source-map-support jar [0.5.16,0.6)

Project Modules

There are no modules declared in this project.

Gherkin for JavaScript

Gherkin parser/compiler for JavaScript. Please see Gherkin for details.

Usage

const gherkin = require('gherkin')

const options = {
  includeSource: true,
  includeGherkinDocument: true,
  includePickles: true,
}
const stream = gherkin.fromPaths(['features/hello.feature'])

// Pipe the stream to another stream that can read messages.
stream.pipe(...)
org.webjars.npm

Cucumber

Cucumber Open

Versions

Version
11.0.0