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

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -