xml - How to hide particular test from generated testng report? -
i using testng automation test framework.
here testng.xml
:
<test name="suite run (please ignore this)"> <classes> <class name="com.aaa.setup.suiterun" /> </classes> </test>
the method in test run before suite , display on report. don't want display test on report generated testng.
is there way or way execute method without mentioning in testng.xml
?
Comments
Post a Comment