标签: java maven-2 terminal testng
我从maven运行测试用例,即从命令行运行。有没有办法看到终端输出测试失败的原因?我已经尝试将testng.xml中的详细程度提高到4,希望它会激活TextReporter,这类似于打印文本报告的类,但它没有帮助。
testng.xml
TextReporter
答案 0 :(得分:0)
在surefire插件配置中尝试mvn -Dsurefire.useFile = false ... test或corresponding setting。