summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Reports/Gallio.Reports.plugin
blob: 91876768826e2987ccf7b22362430d5379f3e907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <gallio>
    <runtime>
      <components>
        <component id="ReportFormatter.Xml"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XmlReportFormatter, Gallio.Reports">
          <parameters>
            <name>Xml</name>
            <description>Generates XML reports with linked attachment files.</description>
            <defaultAttachmentContentDisposition>Link</defaultAttachmentContentDisposition>
          </parameters>
        </component>

        <component id="ReportFormatter.Xml-Inline"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XmlReportFormatter, Gallio.Reports">
          <parameters>
            <name>Xml-Inline</name>
            <description>Generates XML reports with inline encoded attachments.</description>
            <defaultAttachmentContentDisposition>Inline</defaultAttachmentContentDisposition>
          </parameters>
        </component>

        <component id="ReportFormatter.Text"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XsltReportFormatter, Gallio.Reports">
          <parameters>
            <name>Text</name>
            <description>Generates plain text reports.</description>
            <extension>txt</extension>
            <contentType>text/plain</contentType>
            <defaultAttachmentContentDisposition>Absent</defaultAttachmentContentDisposition>
            <contentUri>plugin://Gallio.Reports/</contentUri>
            <xsltPath>xsl/Gallio-Report.txt.xsl</xsltPath>
            <resourcePaths>
              <array>
              </array>
            </resourcePaths>
          </parameters>
        </component>
        
        <component id="ReportFormatter.Html"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XsltReportFormatter, Gallio.Reports">
          <parameters>
            <name>Html</name>
            <description>Generates HTML reports.</description>
            <extension>html</extension>
            <contentType>text/html</contentType>
            <defaultAttachmentContentDisposition>Link</defaultAttachmentContentDisposition>
            <contentUri>plugin://Gallio.Reports/</contentUri>
            <xsltPath>xsl/Gallio-Report.html.xsl</xsltPath>
            <resourcePaths>
              <array>
                <item>css</item>
                <item>js</item>
                <item>img</item>
              </array>
            </resourcePaths>
          </parameters>
        </component>

        <component id="ReportFormatter.Html-Condensed"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XsltReportFormatter, Gallio.Reports">
          <parameters>
            <name>Html-Condensed</name>
            <description>Generates HTML reports that omit passing tests.</description>
            <extension>html</extension>
            <contentType>text/html</contentType>
            <defaultAttachmentContentDisposition>Link</defaultAttachmentContentDisposition>
            <contentUri>plugin://Gallio.Reports/</contentUri>
            <xsltPath>xsl/Gallio-Report.html-condensed.xsl</xsltPath>
            <resourcePaths>
              <array>
                <item>css</item>
                <item>js</item>
                <item>img</item>
              </array>
            </resourcePaths>
          </parameters>
        </component>

        <component id="ReportFormatter.XHtml"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XsltReportFormatter, Gallio.Reports">
          <parameters>
            <name>XHtml</name>
            <description>Generates XHTML reports.</description>
            <extension>xhtml</extension>
            <contentType>text/xhtml+xml</contentType>
            <defaultAttachmentContentDisposition>Link</defaultAttachmentContentDisposition>
            <contentUri>plugin://Gallio.Reports/</contentUri>
            <xsltPath>xsl/Gallio-Report.xhtml.xsl</xsltPath>
            <resourcePaths>
              <array>
                <item>css</item>
                <item>js</item>
                <item>img</item>
              </array>
            </resourcePaths>
          </parameters>
        </component>

        <component id="ReportFormatter.XHtml-Condensed"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.XsltReportFormatter, Gallio.Reports">
          <parameters>
            <name>XHtml-Condensed</name>
            <description>Generates XHTML reports that omit passing tests.</description>
            <extension>xhtml</extension>
            <contentType>text/xhtml+xml</contentType>
            <defaultAttachmentContentDisposition>Link</defaultAttachmentContentDisposition>
            <contentUri>plugin://Gallio.Reports/</contentUri>
            <xsltPath>xsl/Gallio-Report.xhtml-condensed.xsl</xsltPath>
            <resourcePaths>
              <array>
                <item>css</item>
                <item>js</item>
                <item>img</item>
              </array>
            </resourcePaths>
          </parameters>
        </component>
        
        <component id="ReportFormatter.MHtml"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.MHtmlReportFormatter, Gallio.Reports">
          <parameters>
            <name>MHtml</name>
            <description>Generates MHTML reports.</description>
            <htmlReportFormatter>${ReportFormatter.Html}</htmlReportFormatter>
          </parameters>
        </component>
        
        <component id="ReportFormatter.MHtml-Condensed"
                   service="Gallio.Runner.Reports.IReportFormatter, Gallio"
                   type="Gallio.Reports.MHtmlReportFormatter, Gallio.Reports">
          <parameters>
            <name>MHtml-Condensed</name>
            <description>Generates MHTML reports that omit passing tests.</description>
            <htmlReportFormatter>${ReportFormatter.Html-Condensed}</htmlReportFormatter>
          </parameters>
        </component>
      </components>
    </runtime>
  </gallio>
</configuration>