f0e874106e
Update examples filename from '*complete*' to '*full*' to make all filename consistent. Change-Id: I37d3f9bf43cae455639fc2611e33734ea2c24ebc
22 lines
795 B
XML
22 lines
795 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.robot.RobotPublisher plugin="robot">
|
|
<outputPath>reports/robot</outputPath>
|
|
<logFileLink>report.html</logFileLink>
|
|
<reportFileName>custom-report.html</reportFileName>
|
|
<logFileName>custom-log.html</logFileName>
|
|
<outputFileName>custom-output.xml</outputFileName>
|
|
<passThreshold>80.0</passThreshold>
|
|
<unstableThreshold>60.0</unstableThreshold>
|
|
<onlyCritical>false</onlyCritical>
|
|
<enableCache>false</enableCache>
|
|
<otherFiles>
|
|
<string>extra-file1.html</string>
|
|
<string>extra-file2.txt</string>
|
|
</otherFiles>
|
|
<disableArchiveOutput>true</disableArchiveOutput>
|
|
</hudson.plugins.robot.RobotPublisher>
|
|
</publishers>
|
|
</project>
|