I need to create a template that includes the amount and states associated with a user story through test coverage. I have been working on the following template:
TestRunStatus: ${set(totalPassedCount,0)} #{for j=LinksCount} #{if (%{'${Links[j].LinkType}'.equals('is tested by') && '${Links[j].IssueTypeName}'.equals('Test')})} #{if (%{'${Links[j].TestStatus}’.equals(‘PASSED’)})} ${set(totalPassedCount,%{${totalPassedCount} + 1})} #{end} #{end} #{end} ${totalPassedCount}
Passed: ${set(totalPassedCount,0)} #{for j=LinksCount} #{if (%{'${Links[j].LinkType}'.equals('Test Coverage') })} #{if (%{'${Links[j].TestStatus}’.equals(‘PASSED’)})} ${set(totalPassedCount,%{${totalPassedCount} + 1})} #{end} #{end} #{end} ${totalPassedCount}
Downloading the test coverage is not working.
I would suggest you get in contact with our support for assistance.
Support Portal: https://jira.getxray.app/servicedesk/customer/portal/2
Nonethless, you can find usefull information that might be of assistance here: https://docs.getxray.app/display/XRAYCLOUD/TTT%3A+Document+Generator+and+Xporter
Best, Francisco
Thank you for your answer, I will review the documentation that you share with me.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.