I have a customer that would like to add some convention or extra
attribute for reporting of groups. They would like something like:
<group description="..." reportAs="login">
...
</group>
It is actually used within our DSLs in Groovy:
def login(...) {
ant.group(description:'...', reportAs:'login') {
...
}
}
The 'reportAs' or 'label' or 'info' attribute would appear in the
report in bold instead of the current step name of 'group'.
This would allow our DSLs to end up more naturally reflected
in the reports.
Does this sound like it would be of general interest?
Cheers, Paul.
P.S. we could also explore whether we could make macrodef's
or other steps/tasks be able to make use of such a feature.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest