-
Improvement
-
Resolution: Unresolved
-
Minor
-
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]]
[JENKINS-16577] TestLink plugin Result Seeker
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Priority | Original: Major [ 3 ] | New: Minor [ 4 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Workflow | Original: JNJira [ 147400 ] | New: JNJira + In-Review [ 176893 ] |