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.

Лицензия

Лицензия

Категории

Категории

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

Группа

com.memtrip.cucumber.smoothie
Идентификатор

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

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

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

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

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

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

Скачать gherkin-parser

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

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

Зависимости

compile (6)

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

Идентификатор библиотеки Тип Версия
com.google.android : android-test jar 2.3.3

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.mockito : mockito-core jar 2.5.4

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

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

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

Версия
1.0.3
1.0.2
1.0.1
1.0.0