gpt4 book ai didi

java - 在项目上找不到参数[src/test/resources/testSuite.xml]的方法suites()

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

我已经使用testng框架在gradle中创建了一个项目,如何使用gradle在testng中执行测试套件,请帮助这里是我的build.gradle

build.gradle   

apply plugin: 'java'
apply plugin: 'eclipse'

sourceCompatibility = 1.8
version = '1.0'
jar {
manifest {
attributes 'Implementation-Title': 'Gradle Quickstart',
'Implementation-Version': version
}
}

repositories {
mavenCentral()
}

dependencies {
compile group: 'commons-collections', name: 'commons-collections', version: '3.2'
testCompile group: 'junit', name: 'junit', version: '4.+'
}

test {
systemProperties 'property': 'value'
}

最佳答案

test {
useTestNG() {
suites 'src/test/resources/testng.xml'
}
}

关于java - 在项目上找不到参数[src/test/resources/testSuite.xml]的方法suites(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40716872/

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