Maintained by aalmiray
The gradle cucumber plugin provides the ability to run cucumber acceptance tests directly from a gradle build. The plugin utilizes the cucumber cli provided by the cucumber-jvm project and should support any of the languages utilized in cucumber-jvm.
| Website | https://github.com/samueltbrown/gradle-cucumber-plugin |
|---|---|
| Author | samueltbrown |
| Version | 0.5 |
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.github.samueltbrown:gradle-cucumber-plugin:0.5'
}
}
apply plugin: 'cucumber'