aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src/ct_hooks_chapter.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-03-21 14:34:03 +0100
committerLukas Larsson <[email protected]>2012-03-21 14:34:03 +0100
commit22d5fe18a285784fe724d5f1ce62578bd7ff4f1a (patch)
tree460546ceb972453d0ee0e22aa7712d096baf7271 /lib/common_test/doc/src/ct_hooks_chapter.xml
parentafe7a29a54a7958ac90e44b3bee6c572792bb96b (diff)
parent11908525cfd1f048296ef3718a367d7c34e7cdb4 (diff)
downloadotp-22d5fe18a285784fe724d5f1ce62578bd7ff4f1a.tar.gz
otp-22d5fe18a285784fe724d5f1ce62578bd7ff4f1a.tar.bz2
otp-22d5fe18a285784fe724d5f1ce62578bd7ff4f1a.zip
Merge branch 'lukas/common_test/add_surefire_hook/OTP-9995' into maint
* lukas/common_test/add_surefire_hook/OTP-9995: Add the surefire ct hook
Diffstat (limited to 'lib/common_test/doc/src/ct_hooks_chapter.xml')
-rw-r--r--lib/common_test/doc/src/ct_hooks_chapter.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/common_test/doc/src/ct_hooks_chapter.xml b/lib/common_test/doc/src/ct_hooks_chapter.xml
index 8505ee8469..c5b4fd0073 100644
--- a/lib/common_test/doc/src/ct_hooks_chapter.xml
+++ b/lib/common_test/doc/src/ct_hooks_chapter.xml
@@ -429,6 +429,16 @@ terminate(State) ->
<seealso marker="sasl:sasl_app">SASL</seealso> events report
using the normal SASL mechanisms. </cell>
</row>
+ <row>
+ <cell>cth_surefire</cell>
+ <cell>no</cell>
+ <cell>Captures all test results and outputs them as surefire XML into
+ a file. The file which is created is by default called junit_report.xml.
+ The name can be by setting the path option for this hook. e.g.
+ <code>-ct_hooks cth_surefix [{path,"/tmp/report.xml"}]</code>
+ Surefire XML can forinstance be used by Jenkins to display test
+ results.</cell>
+ </row>
</table>
</section>