Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 862 by [email protected]: Enhancement request for splitting outputs
http://code.google.com/p/robotframework/issues/detail?id=862
Hello,All.
Given that my cases are organized into test suites hierarchically as
follows:
suites
|-- component_a
| |-- feature_a1
| | |-- sub_feature_a1
| | | |-- s1.html
| | | `-- s2.html
| | |
| | |-- a11.html
| | `-- a12.html
| `-- feature_a2
| `-- a21.html
|-- component_b
| `-- feature_b1
| |-- b11.html
| `-- b21.html
`-- component_c
|-- c1.html
|-- c2.html
`-- c3.html
We know, the command line option --splitoutputs followed by a split level
argument which can be used to split outputs.But as the above suites
structure shows,my suites has lots of directories and xxx.html files,most
pernicious of all is that the size of my xxx.html is very big and the file
directory structure is uneven,so I'd like to generate a output file
accroding to each xxx.html,not just split outputs from a certain test suite
level.