Debugging TestNG configuration failures

放肆的年华 提交于 2019-12-23 12:37:28

问题


I'm running TestNG from Ant. I'm using my own test listeners. I'm refactoring the code and once a while I got

[testng] Total tests run: 7, Failures: 0, Skips: 7
[testng] Configuration Failures: 1, Skips: 2

What will be the best approach to fix configuration failures ?


回答1:


The HTML reports will tell you which configuration methods failed.



来源:https://stackoverflow.com/questions/2881591/debugging-testng-configuration-failures

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!