MVN

com.disney.studio.cucumber.slices.plugin : cucumber-slices-maven-plugin

Maven & Gradle

Dec 11, 2020
12 stars

The Cucumber Slices Plugin is designed to parse Cucumber feature files with 1 or more scenarios into many feature files, each with 1 scenario per feature file. Each parsed feature file is associated with a Cucumber runner file that is generated at runtime. The Cucumber runner files can be executed in parallel using Maven's Surefire or Failsafe Plugin.

<plugin>
    <groupId>com.disney.studio.cucumber.slices.plugin</groupId>
    <artifactId>cucumber-slices-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.disney.studio.cucumber.slices.plugin : cucumber-slices-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of com.disney.studio.cucumber.slices.plugin : cucumber-slices-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
cucumber-slices-maven-plugin-1.8.2
cucumber-slices-maven-plugin-1.8.1
cucumber-slices-maven-plugin-1.8.0
1.7.x
cucumber-slices-maven-plugin-1.7.0
1.6.x
cucumber-slices-maven-plugin-1.6.0
1.5.x
cucumber-slices-maven-plugin-1.5.1
cucumber-slices-maven-plugin-1.5.0
1.4.x
cucumber-slices-maven-plugin-1.4.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>com.disney.studio.cucumber.slices.plugin</groupId>
    <artifactId>cucumber-slices-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>