如何显示'跑步总数'在maven中测试成功和失败?

时间:2015-04-01 12:09:56

标签: java maven junit

我有一堆JUnit测试我使用以下plugin与maven一起运行:

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>

当我运行它们时,它们需要大约20分钟才能运行。有时2分钟的测试会失败,但整个过程会继续运行。

一旦我知道测试失败,我就想杀了它。

我的问题是:如何显示&#39;运行总计&#39;在maven中测试成功和失败?

0 个答案:

没有答案