mirror of
https://github.com/ysoftdevs/gradle-training.git
synced 2026-07-09 14:42:52 +02:00
add example how to run TestNG test with Gradle on Groovy code
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apply plugin: 'groovy'
|
||||
|
||||
dependencies {
|
||||
compile gradleApi()
|
||||
}
|
||||
|
||||
test {
|
||||
useTestNG()
|
||||
}
|
||||
Reference in New Issue
Block a user