is it possible to automate on creation test cycles and folder under Tests>Execute Tests.
I have a requirement that in our project where we need to create folders Under Tests>Execute test>Test cycles/Folders section.Every time I need to create some set of folders and Add test cases individually.Is there a way this can be automated and reduce manual work.All I need is to create few folders and add more than 50 test cases Via search filter for each folder.247Views0likes1CommentWant a persistent filter for testcase export
If I want to export a number of test cases, I need to set the filter each time, which is annoying, especially if I want to do it several times or tweak my selections. It would be great if the filter selections were saved, at least within a session OLD ID:- ZENT-I-426Test Steps Comment in the Test Execution
Hello, I am looking for details on getting comments from the Test Execition's Test Steps via API for Zephyr Squad. Is this even possible? Help would be greatly appreciated as this is for our tool to migrate from Squad to Scale. Kind regards, MB217Views0likes1CommentHow can I address Zephyr fields in Xporter templates?
I want to create a Xporter template for exporting test cases. The template works so far with attributes from the Jira issueType "Test". But when I use ${Zephyr Teststep}in the template, the following is written to the created export file (DOCX), in that case: [com.thed.zephyr.je.vo.TeststepBean@499df587, com.thed.zephyr.je.vo.TeststepBean@32dac2f1, com.thed.zephyr.je.vo.TeststepBean@3964d21] I was not able to figure out how to address the test step content of a Zephyr test case. I want to create a custom table with the test steps in the rows and the "step", "data" and "result" in the columns. How can I achieve this? I found the following XML snippet when a test case is exported to XML: <customfield id="customfield_11820" key="com.thed.zephyr.je:zephyr-je-customfield-teststep"> <customfieldname>Zephyr Teststep</customfieldname> <customfieldvalues> <steps> <step> <orderId>1</orderId> <step>Test step 1</step> <data>Test data 1</data> <result>Result 1</result> </step> <step> <orderId>2</orderId> <step>Test step 2</step> <data>Test data 2</data> <result>Result 2</result> </step> </steps> </customfieldvalues> </customfield> Another issue is: where do I find the documentation for Xporter and Zephyr for these versions? Jira Server: 8.20.11 Zephyr Squad: 6.2.9109Views0likes0CommentsTest Execution - Export Data (Excel only) - Only the fields selected should be exported
When Exporting on the Test Execution Tab, and selecting Export Data (Excel Only) the extract is not limited to the fields selected in the 'Select Fields' table above, it includes many fields even if they have been deselected. It should also be possible to exclude the test step detail, as this isn't always needed and it makes it harder to manipulate the data after extraction Ideally it would be possible to save different selections of fields, depending on the aims of the export, so a user can select between previously saved combinations of fields, rather than having to select from scratch on each export157Views0likes0CommentsTest Case Execution Progress Report - Export to ZIP - Chart data csv should include column heading
When exporting the Test Case Execution Progress report to a zip, the Chart Data csv does not contain column headings, which on its own makes it useless Suggested behaviour - View Test Case Execution Progress report - Select 'Export to zip' - Open 'Test Case Execution Progress Chart Data.csv' - The exported csv should contain the column headings, it currently does not173Views0likes0CommentsCypress - Zephyr integration | Gitlab CI pipeline
Hi, I have an automation suite which is hosted in Gitlab. I have schedules and they are running periodically. I wanted to have them in our test management system which is Zephyr Squad Cloud. In the documentation, I have seen that Junit format is supported and Cypress has capability to generate Junit report. But I am having problems with uploading some reports if they contain failure and if their name has some special chars like (underscore _, which is not listed under banned chars for JQL restrictions) I am wondering if any of you have such an integration. Here is the video: (124) Using Zephyr for Jira within CI/CD Pipelines - YouTube1.7KViews0likes0Comments