gpt4 book ai didi

gradle - 如何通过终端传递TestNG组?

转载 作者:行者123 更新时间:2023-12-03 03:49:13 30 4
gpt4 key购买 nike

build.gradle

test {
jvmArgs "-DisParallel=true"
useTestNG(){
suites testngxml

}
}

当我尝试运行 gradlew clean test -Dgroups ='sanityTests'时,不会在该特定组中运行测试,但会运行所有测试。您能否对此提供一些见解。

最佳答案

test {
jvmArgs "-DisParallel=true"
useTestNG(){
suites testngxml
includeGroups System.properties['groups']
}
}

关于gradle - 如何通过终端传递TestNG组?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43126452/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com