gherkin

WebJar for gherkin

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

gherkin
Последняя версия

Последняя версия

4.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

gherkin
WebJar for gherkin
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать gherkin

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
4.1.3