com.easycode.gherk
Owner: Jose Durán
Gherk plugin to generate test code
Sources: https://dl.bintray.com/jddjose/joshdur
Version 0.7.5 (latest)
0.7.5
Created 05 February 2018.
Gherk plugin to generate test code
Add this plugin to your build using the plugins DSL:
plugins {
id("com.easycode.gherk") version "0.7.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.easycode:gherk:0.7.5") } } apply(plugin = "com.easycode.gherk")
- Applying plugins to all subprojects .