masghar / mb-unit

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

Command line argument in Echo to specify the page size of HTML reports. #826

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The page size (number of test steps) in HTML reports (VTL-based) is a 
machine-wide parameter that can be changed in the control panel.

Would be nice to provide an argument in Echo (and in the PoSh snapin) to 
override that value for the current test run.

e.g.
/ReportPageSize:500
/rps:500

Original issue reported on code.google.com by Yann.Tre...@gmail.com on 9 Mar 2011 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 9 May 2011 at 2:08

GoogleCodeExporter commented 9 years ago
Implemented as a key/value property ("ReportPageSize") for of the VTL report 
formatter.

Examples:
Gallio.Utility FormatReport (...) /rfp:"ReportPageSize=200"
Gallio.Echo (...) /report-formatter-property:"ReportPageSize=200"

Original comment by Yann.Tre...@gmail.com on 11 May 2011 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by Yann.Tre...@gmail.com on 14 Jun 2011 at 5:48