Debugging TestNG configuration failures
Posted
by Ula Karzelek
on Stack Overflow
See other posts from Stack Overflow
or by Ula Karzelek
Published on 2010-05-21T11:26:19Z
Indexed on
2010/05/21
11:30 UTC
Read the original article
Hit count: 259
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?
© Stack Overflow or respective owner