Debug TestNG configuration errors

I am running TestNG from Ant. I use my own test listeners. I refactored the code and from time to time I got

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

What would be the best approach to fix configuration errors?

+4
source share
1 answer

In HTML reports, you will learn which customization methods failed.

+11
source

Source: https://habr.com/ru/post/1310487/


All Articles