com.thoughtworks.gauge
所有者: Manu Sunny
ThoughtWorks开发的开源测试自动化工具Gauge的Gradle插件。
https://github.com/manupsunny/gauge-gradle-plugin
来源: 'https://github.com/manupsunny/gauge-gradle-plugin.git'
使用插件DSL
plugins {
id("com.thoughtworks.gauge") version "1.7.2"
}
使用旧插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("gradle.plugin.com.thoughtworks.gauge.gradle:gauge-gradle-plugin:1.7.2")
}
}
apply(plugin = "com.thoughtworks.gauge")