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?
source share