summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/robot-full.xml
blob: 7c3ceaf17ec9d012cf965a78f2ebf104ddb8fb3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>