com.patdouble.cucumber-jvm
Owner: Patrick Double
The gradle cucumber-jvm plugin provides the ability to run cucumber acceptance tests directly from a Gradle build.
https://github.com/double16/gradle-cucumber-jvm-plugin
Sources: https://github.com/double16/gradle-cucumber-jvm-plugin
Version 0.18
0.18
Created 03 December 2019.
The gradle cucumber-jvm plugin provides the ability to run cucumber acceptance tests directly from a Gradle build.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.patdouble.cucumber-jvm") version "0.18"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.patdouble:gradle-cucumber-jvm-plugin:0.18") } } apply(plugin = "com.patdouble.cucumber-jvm")
- Applying plugins to all subprojects .