Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debugging TestNG configuration failures

Tags:

ant

testng

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 ?

like image 611
Urszula Karzelek Avatar asked Dec 17 '22 00:12

Urszula Karzelek


1 Answers

The HTML reports will tell you which configuration methods failed.

like image 139
Cedric Beust Avatar answered Mar 15 '23 12:03

Cedric Beust