com.github.kyleroush:features

empower cucumber uses to have reuse across features

License

License

GroupId

GroupId

com.github.kyleroush
ArtifactId

ArtifactId

features
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

empower cucumber uses to have reuse across features

Download features

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.cucumber : cucumber-java jar 2.3.1

Project Modules

There are no modules declared in this project.

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.

Versions

Version
1.4