Forum Discussion

New2API's avatar
New2API
Frequent Contributor
8 years ago

How to get Testcase Tag in a groovy script

Hi, I would like to get the tag name of a testcase in a groovy step.   intent: def TagName = Get Current test's Tag   if(TagName == "Positive"){                                                 ...