Surefire-2.3.1 used to output which test was running and it would create
an output file for each test.  For example,

 

[INFO] [surefire:test]
[INFO] Surefire report directory:
/usr/local/hudson/workspace/common/common/management/target/surefire-rep
orts
 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.foo.management.MBeanTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.279
sec
Running com.foo.TomcatServerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.509
sec
 
Results :
 
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

  

 

Surefire 2.4 and 2.4.1 no longer do this, instead it does the following:

 

[INFO] [surefire:test]

[INFO] Surefire report directory:
C:\workspace\tva\server\common\management\targ

et\surefire-reports

 

-------------------------------------------------------

 T E S T S

-------------------------------------------------------

Running TestSuite

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.39
sec

 

Results :

 

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

 

I am using testng.  Can anyone tell me why this changed and if there is
any way to configure it to behave in the same manner as previous
releases?

Reply via email to