Browse Source

verbose junit reports

tags/v0.17.0
Jonathan Cobb 4 years ago
parent
commit
539a0b192e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      pom.xml

+ 2
- 0
pom.xml View File

@@ -61,6 +61,8 @@
<forkCount>1</forkCount> <forkCount>1</forkCount>
<reuseForks>false</reuseForks> <reuseForks>false</reuseForks>
<argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine> <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
<reportFormat>plain</reportFormat>
<trimStackTrace>false</trimStackTrace>
<includes> <includes>
<include>bubble.test.DbInit</include> <include>bubble.test.DbInit</include>
<include>bubble.test.system.AuthTest</include> <include>bubble.test.system.AuthTest</include>


Loading…
Cancel
Save