How to exclude class in TestNG?

后端 未结 8 1197
囚心锁ツ
囚心锁ツ 2020-12-30 05:17

Is this possible to exclude classes in testng.xml?

I tried with


    

         


        
8条回答
  •  时光取名叫无心
    2020-12-30 05:52

    It works like this:

    
        
            
        
    
    

    In the name attributes, provide the package names.

    Note: In TestNG 6.14.3, you cannot exclude classes in the XML tag.

提交回复
热议问题