TM4J Test Cycles Data Export
Hello, Firstly, I would like to thank you the SmartBear community for all the solutions for our queries. Our Organization is planning to get the backup of all the test data which is part of Test Management for Jira (TM4J) cloud. We were able to export the test cases and issues from Jira but couldn't find a way to export the Test Cycle (was known as Test Run) data. No option in the Jira UI and couldn't find anything from Google search specific to what we are looking for. Any help is much appreciated in this regard. Thanks, Shashi1.5KViews0likes3CommentsZephyr Scale - Cucumber and Junit test results metadata
I am on Zephyr Scale Server. Details of automated tests results that gets sent to Zephyr Scale does not give a lot of meaningful data. Iam following Smartbear's integration guide to send results up to Zephyr Scale [https://support.smartbear.com/zephyr-scale-server/docs/test-automation/integrations/bamboo.html] i.e. by sending zippedcucumber.json or junit files to the appropriate endpoint. Problems : 1. All automated runs creates new cycle with the name "Automated build" always. It's hard to differentiate builds when working with multiple projects in parallel. I should be able control the created cycle name. 2. Details of environment, version etc are not updated from the results file 3. Details of failure are not captured in Zephyr scale even though it's on the the result file. The test simply fails without giving details of why it failed. It need to be able to update as many meaningful information as possible to the failed tests in Zephyr Scale I am aware that Zephyr apis [https://support.smartbear.com/zephyr-scale-server/api-docs/v1/]allows us to build a bespoke solution to fix the above problems. However, i am cautious of building additional code as wrappers and would like to use out of the box solution as much as possible for maintenance and cost purpose. What is the recommended automated test reporting practice from Zephyr Scale team?971Views0likes0Comments