Forum Discussion
HHaynes
16 years agoContributor
Finally got a chance to do a bit of research and answered my own question...
then when outputting the info log...
simple as that
def endpoint = testRunner.testCase.getTestStepByName( "YOURTESTSTEPHERE" ).getTestRequest().getEndpoint();
then when outputting the info log...
log.info("endpoint [${endpoint}]")simple as that