Michael van der Westhuizen created JENKINS-13047:
----------------------------------------------------
Summary: Add a class name + method name result seeker
Key: JENKINS-13047
URL: https://issues.jenkins-ci.org/browse/JENKINS-13047
Project: Jenkins
Issue Type: Improvement
Components: testlink
Affects Versions: current
Reporter: Michael van der Westhuizen
Assignee: Bruno P. Kinoshita
Currently the TestLink plugging can match test results based on JUnit suite
names, JUnit class names and JUnit test names, but only in isolation.
In our use case, it's the class name with the method name that makes the test
unique. The following pull request adds a seeker to meet this requirement:
https://github.com/jenkinsci/testlink-plugin/pull/4.
In future, I think we should create one flexible JUnit seeker, that matches a
(specified) combination of package name, class name and method name (as
appropriate).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira