summaryrefslogtreecommitdiff
path: root/build/tools/gallio/Reports/Readme.txt
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2018-11-04 15:22:16 -0700
committermo <mo.khan@gmail.com>2018-11-04 15:22:16 -0700
commit5ee1f55497a4e30322a56f133f897ecde1612967 (patch)
treebf544e0879234c3623869627d8786776cb19b8e9 /build/tools/gallio/Reports/Readme.txt
initial commit.HEADmaster
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.