Zbot 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....223Views1like1CommentJIRA 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, Akhtar176Views0likes2CommentsNeed 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?276Views2likes2Commentsis 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.242Views0likes1Comment"Internal Server Error" 500 code on using Save and Execute API
I have been getting an "Internal Server Error" (500 code) whenever I'm trying to use the save and execute API ( https://prod-vortexapi.zephyr4jiracloud.com/api/v1/automation/job/saveAndExecute) to upload the test execution reports. Here is an example of my request header and body: Request Header: { accessKey:{{accessKey}} jwt:{{JWT_Token}} secretKey:{{secretKey}} accountID:{{accountId}} } Request Body: { jobName:New Task jobDescription:New Task Desc automationFramework:Cucumber versionName:Unscheduled cycleName:AtestCycle createNewCycle:true appendDateTimeInCycleName:false folderName:Windows createNewFolder:false appendDateTimeInFolderName:false assigneeUser:{{accountId}} mandatoryFields:'{\"components\":[{\"label\":\"my component\",\"value\":\"my component\",\"content\":\"my component\"}],{\"reporter\":{\"label\":\"Jaya Kushwaha\",\"name\":\"Jaya Kushwaha\",\"id\":\"{{accountId}}\"}} automationVia:Upload projectKey:CC assigneeDisplayName:Jaya Kushwaha cycleStartDate:01/11/23 cycleEndDate:01/11/23 } Making this API call would result in the creation of the job on the U.I. but it is neither able to upload the cucumber report nor create the test cycle.253Views0likes2CommentsNeed help on Test Executions based on Cycle Zephyr Squad Cloud API
The API documentation for these two end points is terrible. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle/get-list-of- ... vs. https://zephyrsquad.docs.apiary.io/#reference/execution/get-list-of-executions-by-cycle-v2/get-list-... Specifically, there is no information provided for the following parameters: - expand "expand of Execution" String - sortOrder "sortOrder of Execution" String - action "action of Execution" String - sortBy "sortBy of Execution" String Can anyone refer me to something with more information? I'm specifically wondering about expand and action. This is the URL I am hitting: https://prod-api.zephyr4jiracloud.com/connect/public/rest/api/2.0/executions/search/cycle/f17f69af-02fc-4cdc-863a-bdbd4fa5a66b?versionId=16729&projectId=10087 I have even given necessary headers like Zapi access key and jwt token. Still unable to authenticate. MartiLobosanupdamodaranpls help! Screenshot attached. Pls note: My JWT token generation is working fine for other API endpoints but only for the above API its not working. Also I am unable to generate JWT sepcifically for the above API even after providing versionId, ProjectId,CycleID correctly. I need resolution on this urgently.364Views0likes1CommentaddTestsToCycle REST API error in Zephyr for Jira (Zephyr Quad?)
Purpose I would like to add each test to a cylce in excel continuously. Excel data input format --------------------------------------------- testcase issuekey| --------------------------------------------- testcase-01 testcase-02 ... --------------------------------------------- My script For i = 1 To End Of Excel Rows body = { "method": 1, "projectId": "123456", "versionId": "654321", "cycleId": "789100" "issues": [excel.Cells(i, 1)] } POSThttp://myzephyrhost/rest/zapi/latest/execution/addTestsToCycle/ End For Results Only first request is success,. only "testcase-01" is added to cycle. but from 2nd request in For loop, addTestsToCycle does not works and "testcase-02", .... were not added to cycle. Question How Can I solve this error?112Views0likes1CommentTest details as word document
Hi, Is there a way to download the details of a test case as word or pdf. We need to have a back of key test scripts in word form, incase Zephyr squad has accessibility issues like the last time we had deployment and I would like to avoid having to do create the word document manually.87Views0likes0CommentsGet "Affects test execution" issue link JIRA
Hello everyone, how are you? I need some help getting an API endpoint for Zephyr. In JIRA I have the following: I have one issue which has 2 issue links. The first one, the "Related to", I can get it normally from this endpoint: https://jira.forge.****.com/rest/api/2/issue/3346427(Just in case Im taking away the name of the server) But the second one, the "Affects Test Executio...", I am not getting it in that EndPoint. It seems this relationship is not inward nor outwards, so its not appearing there. Where can I get and EndPoint with this information? Where can I get it? Also, I believe its related to this: I am also looking for the information related to Test Cases: Test cases info: Execution Test cases info: Status Do you know which EndPoint could I use? Where do I get this info?105Views0likes0Comments