nmos-testing icon indicating copy to clipboard operation
nmos-testing copied to clipboard

Printing test descriptions in test reports

Open N-Nagorny opened this issue 2 years ago • 0 comments

Would it be useful to add a CLI argument that enables printing test descriptions in test reports?

<testcase name="test_09_01" time="0.000019" timestamp="03:52:12.852" classname="IS-05-01">
  <skipped type="skipped" message="Not tested. No resources found."/>
</testcase>

vs.

<testcase name="test_09_01: All params listed in /single/senders/{senderId}/active/ match their corresponding SDP files" time="0.000019" timestamp="03:52:12.852" classname="IS-05-01">
  <skipped type="skipped" message="Not tested. No resources found."/>
</testcase>

It would be even better to put it as a testcase's description property but it requires a PR to https://github.com/kyrus/python-junit-xml that might make things complicated.

N-Nagorny avatar Oct 25 '23 23:10 N-Nagorny