@cucumber/gherkin

WebJar for @cucumber/gherkin

Лицензия

Лицензия

MIT
Категории

Категории

Cucumber Тестирование приложения и мониторинг
Группа

Группа

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

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

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

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

11.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

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

Скачать cucumber__gherkin

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

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

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

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

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

Версия
11.0.0