mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Better testng detection.
This commit is contained in:
parent
23f3d5c426
commit
7f2351b1ac
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ public class TestNgRunner() : GenericTestRunner() {
|
|||
|
||||
override val mainClass = "org.testng.TestNG"
|
||||
|
||||
override val dependencyName = "org.testng"
|
||||
override val dependencyName = "testng"
|
||||
|
||||
fun defaultOutput(project: Project) = KFiles.joinDir(project.buildDirectory, "test-output")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue