shekharpro / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Add a utility command to format reports. #450

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Gallio.Utility FormatReport Report.xml /rnf:... /rd:... /:ro... /rt:Html

Original issue reported on code.google.com by jeff.br...@gmail.com on 20 May 2009 at 8:41

GoogleCodeExporter commented 8 years ago

Original comment by jeff.br...@gmail.com on 29 Jun 2009 at 8:33

GoogleCodeExporter commented 8 years ago
Yann,
This might be something you would enjoy since it's different from writing MbUnit
features.

Original comment by jeff.br...@gmail.com on 18 Jul 2009 at 5:10

GoogleCodeExporter commented 8 years ago
Jeff,

I'm not sure to understand the switches you have mentioned in the example 
above. I 
guess that "rt" stands for "reportType", and "ro" for "reportOutput" perhaps, 
but 
what about "rnf" and "rd"? It's probably obvious, but I just can't figure out 
what do 
they mean! :o

Original comment by Yann.Tre...@gmail.com on 18 Sep 2009 at 5:39

GoogleCodeExporter commented 8 years ago
Ooh, ooh, I know! Ask me, ask me! :) Report name format and report directory?

Original comment by grahamr...@gmail.com on 18 Sep 2009 at 6:40

GoogleCodeExporter commented 8 years ago
Euh... Yes, that was indeed obvious... Thanks.

Original comment by Yann.Tre...@gmail.com on 21 Sep 2009 at 5:56

GoogleCodeExporter commented 8 years ago
One more thought.
XML reports with attachments are huge and hard to manage.

We should add an "Archive" format and support reading and writing archives.  The
archive could just be the XML report and its attachments compressed using 
SharpZipLib
(which we already use elsewhere).

Alternately the archive could consist of a more compact binary encoding of some 
kind.

Original comment by jeff.br...@gmail.com on 2 Oct 2009 at 5:51

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 26 Jan 2010 at 12:40

GoogleCodeExporter commented 8 years ago
FormatReport command implemented in Gallio.Utility. 

Original comment by Yann.Tre...@gmail.com on 26 Jan 2010 at 8:35

GoogleCodeExporter commented 8 years ago
Complete.

A dedicated issue has been created about the "archive" format (615)

Original comment by Yann.Tre...@gmail.com on 28 Jan 2010 at 7:05