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

Popular posts from this blog

How do you convert a timestamp into a datetime in python with the correct timezone? -

how to display 2 form fields on same line with bootstrap -

c# - how to use buttonedit in devexpress gridcontrol -