Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 347 by c.martin.taylor: Option --TagStatLink does not work as described
http://code.google.com/p/robotframework/issues/detail?id=347

The Robot Framework User's Guide describes how to use the --tagstatlink
option to produce tags that link to things such as bug systems:

"You can add external links to the Statistics by Tag table by using the
command line option --tagstatlink. Arguments to this option are given in
the format tag:link:name, where tag specifies the tags to assign the link
to, link is the link to be created, and name is the name to give to the link.

tag may be a single tag, but more commonly a simple pattern where * matches
anything and ? matches any single character. When tag is a pattern, the
matches to wildcards may be used in link with the syntax %N, where "N" is
the index of the match starting from 1.

The following examples illustrate the usage of this option, and the figure
below shows a snippet of the resulting Statistics by Tag table when example
test data is executed with these options:

--tagstatlink mytag:http://www.google.com:Google
--tagstatlink jython-bug-*:http://bugs.jython.org/issue_%1:Jython-bugs

I tried this but the report and log contained the correct statistics line
for the tag in question but it didn't have the link on the right-hand-side
as illustrated in the User's Guide.

You can see an example project where I tried this in the attachment to
Issue #335.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to