Forum Discussion
nmrao
2 years agoChampion Level 3
Yes, got it.
Here is the script needed:
def showCallTrace = {
def step = context.'#CallingRunTestCaseStep#'
def myname = { it.name }
log.info "I am called by ${myname(step)} step of ${myname(step.parent)} test case of ${myname(step.parent.parent)} suite"
}
showCallTrace()
Related Content
Recent Discussions
- 5 days ago
- 10 days ago