com.github.prspal.karate-runner
Owner: Prithviraj
A Karate-gradle runner
https://github.com/prspal/gradle-karate-runner/tree/main/README.md
Sources: https://github.com/prspal/gradle-karate-runner
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.prspal.karate-runner") version "0.0.8.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.github.prspal:gradle-karate-runner:0.0.8.3") } } apply(plugin = "com.github.prspal.karate-runner")
- Applying plugins to all subprojects .