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-parent
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

pom
Description

Description

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

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

http://github.com/kyleroush/cucmber-maven-plugin

Download cucumber-generator-plugin-parent

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • cucumber-generator-plugin
  • example
  • features

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