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>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<filereports>com.sothr.imagetools.AppTest.txt</filereports>
</configuration>
<executions>
<execution>

Loading…
Cancel
Save