Removed TestNG suites
This commit is contained in:
parent
cc6cd6aed3
commit
893d554136
3 changed files with 2 additions and 27 deletions
|
@ -88,7 +88,7 @@ dependencies {
|
|||
|
||||
test {
|
||||
useTestNG() {
|
||||
suites('src/test/resources/testng-ci.xml')
|
||||
excludeGroups('no-ci')
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -101,9 +101,7 @@ tasks.withType(Test).configureEach {
|
|||
|
||||
|
||||
task testAll(type: Test, group: 'verification', description: 'Run all tests.') {
|
||||
useTestNG() {
|
||||
suites('src/test/resources/testng.xml')
|
||||
}
|
||||
useTestNG()
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue