Add a new Test Cases into Newly created Test Cycle via API
Hello all, I would like to know how should I add a new test cases into created Test Cycle. In short I already created a test cycle through API, now I want to add a new test cases into the cycle. Note that the whole project is new so no test are present. This is what I want to do. I have several API tests in my Java project. Before the run I create the test cycle (which is working fine), after the creation I execute those API tests and after that I would like to create the text case into the previously created test cycle and send the status (pass or fail). I am getting the API endpoints from the following site: https://zfjcloud.docs.apiary.io/#reference/execution/add-tests-to-folder/create-execution Is it possible in that way? Is there an option to do that? How can I create these test cases in the test cycle? PS: I use Postman for now Thanks for the tips850Views0likes1CommentZephyr squad cloud not running
We experience, that when we try to open Zephyr squad from JIRA, Zephyr will not open. We have been in contact with Atlassian, who refers to you as 3. part vendor. We get this diagram, and it just freezes and never starts up Zephyr. It goes for all our projects and both for me and other users. It started today August 21. It is vital for us to get opened again, as all our tests are in Zephyr.54Views0likes1CommentAdd Tests to Cycle taking too long with Jira Zephyr API
I created a test cycle in Jira using: Then I tried adding a Zephyr test to the test cycle: POST /rest/zapi/latest/execution/addTestsToCycle addTestToCycle = { "method": 1, "issues":["test-key-name"], "versionId": -1, #If you are not going to use any version, set "versionId": -1. "cycleId": 1234, "projectId": 2345, "folderId": -1, "assigneeType": None } This gave me a response with jobProgressToken as mentioned in the documentation To fetch status of job, I do a GET curl -u username:pass https://baseurl/rest/zapi/latest/execution/jobProgress/jobProgressToken ?type=bulk_execution_copy_move_job_progress Response: {"zipped":false,"summaryMessage":"","totalSteps":1,"errorMessage":"","entityId":"","message":"","completedSteps":0,"timeTaken":"27 min, 38 sec","stepMessage":"","progress":0.0,"id":"jobProgressToken","stepLabel":"","entity":"","stepMessages":[]} It's been stuck here for more than 30 mins now and nothing seems to happen. I can't even delete the test cycle now as Add Tests to Cycle is in progress. What did I do wrong? How to finish this job process?117Views0likes1CommentZephyr Squad app project re-index error
Hi, I was cleaning up existing test cycles for a project and created a couple of new cycles under an existing version. When trying to add the cycle from the test case I started receiving an error I attempted to add the tests via the Cycle Summary and failed as it already present, but it’s not listed in the cycle itself. I then tried to re-index the test execution for the project only and resulted in this error.. Any suggestions on how to fix this? I now cannot see any of the past test executions in the Cycle Summary. We are on v8.2.4 of Zephyr Squad.28Views1like0CommentsZephyr plugin lags lead to the impossibility to working with the tests!
Since yesterday, February 19, using the Zephyr plugin in Jira Cloud is impossible. Test cases, executions, and cycles fail to load. After attempting to open the executions, it was just an unending spinning. And based on the queries in this forum, I can see that I'm not the only one with this issue. My coworkers are experiencing the same issue after trying several browsers; We need this to be fixed as soon as possible.136Views2likes1CommentIs there any way to import/upload test plan/test execution?
I am wondering if there are a way to upload not only Tests but to set thought upload in which Release/Test Cycle/Folder to place Tests for execution? We have ~300 TCs which are planned for execution for ~7 releases that have multiple cycles and folders. It's really time consuming to create all test plan tree and put cases there manually. How it can be optimized?500Views1like1CommentAfter migrating to cloud test executions are not under test cycle
Hello, Recently we are migrating from server to cloud with Zephyr squad, however we came across a strange situation. Below is the test case screenshot where we are able to see the test execution in Jan 2023 Malaysia Test cycle, however we are unable to see the same test executions in cycle summary under test cycle, however if we change the status of the test execution in test case it was automatically reflecting under test cycle. We need to see the test executions under test cycles as it was showing in on on-prem before migration. I have provided all the screenshots. please let us know your inputs594Views0likes2CommentsZbot configuration
Hello, I have downladed Zepyre Squad, and i want to conduct Selenium Tests using Zbot REST API. i have configured the Zbot according to the README file, but now how do i connect it back to JIRA? there are no Zbots in the Automation Test Zbot Selection Drop Down....269Views1like1CommentJIRA Test case execution
Hi Team, I need to integrate JIRA zephyr squad with my application. I want to automate the process of test case execution and cycle execution. Can you please guide me, how to do that? I have tried something and posted on the Zephyr Squad community link is given below https://community.developer.atlassian.com/t/zephyr-squad-cloud-rest-api-integration-is-not-working-for-me/74639/2 Please give me step by step approach to do it. Thanks, Akhtar232Views0likes2CommentsNeed a dashboard widget that shows Test step status's
Need a dashboard widget that shows Test step status's. Zephyr Scale has a widget called Test Execution Results that shows the individual steps added to an test issue. We want to be able to report on this information and include it in our dashboards. Can this widget be added to Zephyr Squad?333Views2likes2Comments