Browse Source

Updating the test report configuration for Jenkins.

master
Drew Short 11 years ago
parent
commit
703aa37bcc
  1. 2
      pom.xml

2
pom.xml

@ -114,7 +114,7 @@
<configuration> <configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory> <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml> <junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<filereports>com.sothr.imagetools.AppTest.txt</filereports>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>

Loading…
Cancel
Save