MVN

io.github.martinschneider : cucumber2junit-maven-plugin

Maven & Gradle

Jun 21, 2018
3 stars

JUnit code generator for Cucumber tests · Generates plain JUnit tests from Gherkin feature files. This is useful when you want to execute Cucumber tests in an environment which does not allow custom JUnit runners, e.g. the AWS Device Farm.

<plugin>
    <groupId>io.github.martinschneider</groupId>
    <artifactId>cucumber2junit-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.martinschneider : cucumber2junit-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of io.github.martinschneider : cucumber2junit-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
cucumber2junit-maven-plugin-1.2
1.1.x
cucumber2junit-maven-plugin-1.1.1
1.1
cucumber2junit-maven-plugin-1.1
1.0
cucumber2junit-maven-plugin-1.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>io.github.martinschneider</groupId>
    <artifactId>cucumber2junit-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>