summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Reports/Readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'build/tools/gallio/Reports/Readme.txt')
-rw-r--r--build/tools/gallio/Reports/Readme.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/build/tools/gallio/Reports/Readme.txt b/build/tools/gallio/Reports/Readme.txt
new file mode 100644
index 0000000..7bd8e0a
--- /dev/null
+++ b/build/tools/gallio/Reports/Readme.txt
@@ -0,0 +1,16 @@
+Reports Plugin
+==============
+
+This plugin provides multiple report formats for generating Gallio reports.
+Additional report formats can be added in several ways:
+
+1. Adding or modifying XSLT stylesheets and registering them in the
+ Gallio.Reports.plugin file as additional XsltReportFormatter
+ components similar to the existing ones.
+
+2. Adding new implementations of IReportFormatter to the assembly
+ and registering them in the Gallio.Reports.plugin file
+ in similar fashion to the XmlReportFormatter.
+
+3. Creating a new Gallio plugin and registering components that implement
+ the IReportFormatter interface just like XmlReportFormatter.