I run TestNG using Maven. I'm trying now to use Jenkins' testng-plugin to see the results.
When I run the tests in Eclipse, I get the file /test-output/testng-results.xml
However I don't see such a file in my Jenkins agent. Where can I find it? and if it is not created, how do I create it?