Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-16577

TestLink plugin Result Seeker

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • testlink-plugin
    • None

      I use parameterized tests in my junit class, that makes my className#methodName looks like this:

      testing.cases.AdvancedSearchTestCase
      [0]
      methodA[0]
      methodB[0]
      [1]
      methodA[1]
      methodB[1]

      The brackets indicates my parameters, and methods A and B will be executed according to this parameters.

      I can't make testlink read my method names, because they become dynamic.

      Is there a way to use regular expressions on my custom fields (like example)?

      ex:
      testing.cases.AdvancedSearchTestCase#methodA[[0-9]]
      testing.cases.AdvancedSearchTestCase#methodB[[0-9]]

            kinow Bruno P. Kinoshita
            gustavolabbate gustavo labbate godoy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: