cucumber-maven-plugin Maven Mojo

empower cucumber uses to have reuse across features

License

License

Categories

Categories

Cucumber Application Testing & Monitoring
GroupId

GroupId

com.github.kyleroush
ArtifactId

ArtifactId

cucumber-generator-plugin
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

cucumber-maven-plugin Maven Mojo
empower cucumber uses to have reuse across features
Project URL

Project URL

http://maven.apache.org

Download cucumber-generator-plugin

How to add to project

<plugin>
    <groupId>com.github.kyleroush</groupId>
    <artifactId>cucumber-generator-plugin</artifactId>
    <version>1.4</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.0
io.cucumber : gherkin jar 6.0.13

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.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