gherkin

WebJar for gherkin

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

gherkin
Last Version

Last Version

4.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

gherkin
WebJar for gherkin
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

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

Download gherkin

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

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
4.1.3