AW: Automate saving reports using ANT in multiple folder/directory
TestNG is not supported by Ant directly. So you have to declare the task and its location. See http://testng.org/doc/ant.html So place a e.g. after tag. But I would change a little bit more ... Jan
Automate saving reports using ANT in multiple folder/directory
Hi, i am trying to run a testng.xml file whereby i will get to automate the saving of reports using build.xml However i am not too sure how to use ANT. This will be my first ANT project. Any advice will be appreciated. my build.xml are as followed: