I have to set 'sysproperty key="org.uncommons.reportng.escape-output" value="false"/' in TestNG.
- Let me know how to do it using eclipse.
- Also let me know how to create a TestNG ANT task if I can not use eclipse to set the property.
Thanks in Advance.
The fist part of question could be addressed by accessing following menu - Run -> Run|Debug Configuration -> Your Configuration -> 'Arguments' tab -> VM arguments. Add following line to the text area:
For the second question, refer to TestNG Ant documentation: