c

cucumber-test-combinations-maven-plugin

Fill cucumber scenarios examples tables with generated combinations of specified values.
https://github.com/gematik/cucumber-test-combinations-maven-plugin
Apache License 2.0
gematik GmbH
gematik
Files download
File Operation
cucumber-test-combinations-maven-plugin-2.9.21.jar download
cucumber-test-combinations-maven-plugin-2.9.21.pom download
cucumber-test-combinations-maven-plugin-2.9.21-sources.jar download
Apache Maven
<dependency>
  <groupId>de.gematik</groupId>
  <artifactId>cucumber-test-combinations-maven-plugin</artifactId>
  <version>2.9.21</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.gematik:cucumber-test-combinations-maven-plugin:2.9.21'
Gradle Kotlin
implementation("de.gematik:cucumber-test-combinations-maven-plugin:2.9.21")
Scala SBT
libraryDependencies += "de.gematik" % "cucumber-test-combinations-maven-plugin" % "2.9.21"
Groovy Grape
@Grapes(
  @Grab(group='de.gematik', module='cucumber-test-combinations-maven-plugin', version='2.9.21')
)
Apache Ivy
<dependency org="de.gematik" name="cucumber-test-combinations-maven-plugin" rev="2.9.21" />
Leiningen
[de.gematik/cucumber-test-combinations-maven-plugin "2.9.21"]
Apache Buildr
'de.gematik:cucumber-test-combinations-maven-plugin:jar:2.9.21'