Forum Discussion

RJanecek's avatar
RJanecek
Regular Contributor
12 years ago

[Closed] How to get all testSuiteRunner of projectRunner

Hi, I know how to get Project or current TestSuiteRunner def pr = context.getProperty( "#ProjectRunner#" ) def tsr = context.getProperty( "#TestSuiteRunner#" ) but now I want to get all ...