在 GitHub 上叉我

使用控制台日志

抑制的日志

从版本 2.19 开始,std/out 中的surefire和故障安全插件抑制了几行,即

  • 报告目录,
  • Java 类的提供者,
  • 并行执行的配置和
  • TestNG 配置器的 Java 类。

为了启用详细日志,请使用任何 CLI Maven 选项,即 -X、--debug、-e、--errors。结果将是例如:

[INFO] Surefire report directory: D:\vcs\project\target\surefire-reports
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true
Configuring TestNG with: TestNGMapConfigurator