Hello,

we use Testlink for describing testcases, some of which are run as
automatic tests using junit. Now to easily match junit tests to
Testlink IDs I thought about adding an annotation like:
@TestlinkID(12345)
to tests run, which should result in something like:

<testcase time="0.001" classname="CLASSNAME" name="testFromString[0]"
testlinkid="12345"/>

Right now we use an approach of suffixing out method names with the
testlink ID and afterwards parse the results, which feels kind of
clumsy.
Looking into org.apache.maven.surefire.report.XMLReporter there seems
no easy way to extend the reporter to include additional information
like this.

Any suggestions?

Regards Mirko
-- 
http://illegalstateexception.blogspot.com/
https://github.com/mfriedenhagen/
https://bitbucket.org/mfriedenhagen/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to