Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 930 by [email protected]: Testcase names should be cut always
from the end in Robot run output log
http://code.google.com/p/robotframework/issues/detail?id=930
Quite may testcases start usually with some kind of a numeral identifier.
This identifier is usually linked to some development tool for internal
purposes in big or bigger organisations. Normally testcase names become so
long ones that when they are cut from the beginning of the name, the
identifier is not seen in Robot run output log. It would be beneficial, if
the testcase names are always cut from the end part of the name (so that
the id used as a prefix of the testcase name is always shown - not
depending whether the doc is defined of not).