Mac doesn't support batch file? What is the alternative, how we can run testng.xml file from jenkins. I'm using gradle project.
Mac doesn't support batch file? What is the alternative, how we can run testng.xml file from jenkins. I'm using gradle project.
try to create .sh file instead of bat file
java -cp "path-tojar/testng.jar:path_to_yourtest_classes" org.testng.TestNG testng.xml