|
For an example on how to export test steps to Word see: How to export Test Cases with Test Steps
|
<jt:forEach items="${items}" var="item"> | <cb:groovy template="false" silent="false"> testCase = new com.intland.codebeamer.manager.testmanagement.TestCase(item, user, applicationContext); </cb:groovy> | <jt:forEach items="${testCase.testSteps}" var="step"> | <cb:groovy template="false" silent="false"> return step.additionalColumnValues.find{it.key.name == 'CustomWikitext'}.value </cb:groovy> | </jt:forEach> | </jt:forEach> |