Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Printing test descriptions in test reports #837

Open
N-Nagorny opened this issue Oct 25, 2023 · 0 comments
Open

Printing test descriptions in test reports #837

N-Nagorny opened this issue Oct 25, 2023 · 0 comments

Comments

@N-Nagorny
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant