nmos-testing
nmos-testing copied to clipboard
Printing test descriptions in test reports
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.