jar

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.

Table Of Contents

Latest Version

Download io.github.martinschneider : cucumber2junit-maven-plugin JAR file - Latest Versions:

All Versions

Download io.github.martinschneider : cucumber2junit-maven-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2
1.1.x
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cucumber2junit-maven-plugin-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.martinschneider.cucumber2junit

├─ io.github.martinschneider.cucumber2junit.CodeGenerationMojo.class - [JAR]

├─ io.github.martinschneider.cucumber2junit.FeatureParser.class - [JAR]

├─ io.github.martinschneider.cucumber2junit.JUnitTestGenerator.class - [JAR]

├─ io.github.martinschneider.cucumber2junit.JavaUtils.class - [JAR]

io.github.martinschneider.cucumber2junit.model

├─ io.github.martinschneider.cucumber2junit.model.Feature.class - [JAR]

├─ io.github.martinschneider.cucumber2junit.model.Scenario.class - [JAR]