Forum Discussion
SiKing
12 years agoCommunity Expert
project.testSuiteList.each {
it.testCaseList.each {
if (it.disabled) log.info "Disabled testCase: ${it.name}"
it.testStepList.each {
if (it.disabled) log.info "Disabled testStep: ${it.name}"
}
}
}
Related Content
- 7 years ago
- 8 years ago