Solved
Forum Discussion
phonehome
8 years agoOccasional Contributor
Seems to me the only value I can get hold of is Name (and id):
def n = testRunner.testCase.testSuite.project.name
def i = testRunner.testCase.testSuite.project.id
Aha! Found it in another community post...
def myPath=testRunner.getTestCase().getTestSuite().getProject().getPath()
works.
Seems to me the only value I can get hold of is Name (and id):
def n = testRunner.testCase.testSuite.project.name
def i = testRunner.testCase.testSuite.project.id