Added TestNG config.
This commit is contained in:
parent
267b858cbd
commit
1ea99bc622
2 changed files with 12 additions and 1 deletions
|
@ -66,7 +66,9 @@ dependencies {
|
|||
}
|
||||
|
||||
test {
|
||||
useTestNG()
|
||||
useTestNG() {
|
||||
suites 'src/test/resources/testng.xml'
|
||||
}
|
||||
}
|
||||
|
||||
compileJava {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue