thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.64k stars 130 forks source link

Bug and Feature and Question ;) #1633

Open db-pw-rocker opened 3 days ago

db-pw-rocker commented 3 days ago

Question: Hi guys, we want to integrate ThunderClient with CLI and do a reporting to Jira Xray as the Testmanagementtool. Therefore we want to use the xray API and using the junit xml report from thunderclient. https://docs.getxray.app/pages/viewpage.action?pageId=46886185#ImportExecutionResultsREST-JUnitXMLresults

But: We want to have a good mapping, like the thunderclient html report. We want to have a collection as a testcase and the "Tests from ThunderClient - like check 202" should be a teststep.

Then we would have a nice report and mapping in xray.

And I think a collection ist more a "Testcase" then 1 request test ;)

Are you using the free version/paid version/trial: paid with a lot of licenses in Deutsche Bahn in Germany :)

db-pw-rocker commented 3 days ago

Screenshot 2024-10-29 094638

but junit report looks like:

it would be great to have an option like "xray_report" to do a more useful mapping.

rangav commented 3 days ago

@db-pw-rocker thanks for the feedback. Will add to roadmap

db-pw-rocker commented 3 days ago

thanks for the quick response, this "feature" is quite important for us as we have multiple teams and projects with thunderclient and we need the full view of unit / service / end2end tests (with different tools) let me know once you have a specific release date (and questions ;))

db-pw-rocker commented 3 days ago

image

rangav commented 3 days ago

can you please share the current XML format sample and the desired XML format sample, so it will be useful to improve it?

db-pw-rocker commented 3 days ago

current is added.

the desired xml can be found in xray documentation https://docs.getxray.app/display/XRAY/Taking+advantage+of+JUnit+XML+reports

image

rangav commented 3 days ago

Thanks for sharing. I will look into it ASAP.