com.github.kyleroush:example

empower cucumber uses to have reuse across features

Лицензия

Лицензия

Группа

Группа

com.github.kyleroush
Идентификатор

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

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

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

1.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

empower cucumber uses to have reuse across features

Скачать example

Имя Файла Размер
example-1.4.pom
example-1.4.jar 1 KB
Обзор

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

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.github.kyleroush : features jar 1.4

test (3)

Идентификатор библиотеки Тип Версия
io.cucumber : cucumber-java jar 2.3.1
io.cucumber : cucumber-junit jar 2.3.1
junit : junit jar 4.12

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

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

cucmber-maven-plugin

What it does

This is about how you can have common senarios across multiple feature file that you want to have managed in a single places but applied to mutltiple features so what this does is given feature files it will check the tags on the feature and see if you have specified a subfeature that matches that tag and it will generate a new file with the all additional steps from all of the sub features.

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

Версия
1.4