Skip to content

Commit c31cd07

Browse files
committed
Show the location of the reports after the build.
1 parent 7955b9d commit c31cd07

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build-tests.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<property name="junit.report.dir" value="${report.dir}/test-tmp"/>
77
<property name="testng.report.dir" value="${report.dir}"/>
88

9-
<target name="all" depends="prepare,compile,run,reports"/>
9+
<target name="all" depends="prepare,compile,run,reports,done"/>
1010

1111
<!-- ==================================================================== -->
1212
<!-- Compile -->
@@ -183,4 +183,9 @@ TESTNG.REPORT.DIR=${testng.report.dir}
183183

184184
<delete dir="${test.build.dir}"/>
185185
</target>
186+
187+
<target name="done">
188+
<echo>Reports can be found in: open ${testng.report.dir}/index.html</echo>
189+
</target>
190+
186191
</project>

0 commit comments

Comments
 (0)