33fc571832
- update robot plugin to convert xml - update docstring - update test cases - add plugin="robot" attribute Change-Id: I350d99beca71fcb6932491b3709ee2b6d89ca642
19 lines
645 B
XML
19 lines
645 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.robot.RobotPublisher plugin="robot">
|
|
<outputPath>reports/robot</outputPath>
|
|
<logFileLink/>
|
|
<reportFileName>report.html</reportFileName>
|
|
<logFileName>log.html</logFileName>
|
|
<outputFileName>output.xml</outputFileName>
|
|
<passThreshold>0.0</passThreshold>
|
|
<unstableThreshold>0.0</unstableThreshold>
|
|
<onlyCritical>true</onlyCritical>
|
|
<enableCache>true</enableCache>
|
|
<otherFiles/>
|
|
<disableArchiveOutput>false</disableArchiveOutput>
|
|
</hudson.plugins.robot.RobotPublisher>
|
|
</publishers>
|
|
</project>
|