MVN

org.bitbucket.idensitylab : cucumber-features-pp-maven-plugin

Maven & Gradle

Aug 12, 2018

A Maven Plugin to use CSV Testdata in Cucumber Featurefiles. All feature files will be copied from your configured 'featuresInputDirectory' to directory `featuresOutputDirectory` and replace the included tag with content of referenced csv file.

<plugin>
    <groupId>org.bitbucket.idensitylab</groupId>
    <artifactId>cucumber-features-pp-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.idensitylab : cucumber-features-pp-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.bitbucket.idensitylab : cucumber-features-pp-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
cucumber-features-pp-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.bitbucket.idensitylab</groupId>
    <artifactId>cucumber-features-pp-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>