TestsCases and related zephyr actions missing
Hello there, Over the weekend (probably due to some updated?) our test cases and related zephyr actions went missing from our project that is integrated with zephyr (attachment no.1). In addition to that Zephys start to demand to add a dedicated ticket type for zephyr - it has been added before and is still added, nothing changed on our side (attachment no.2) - but new (looks like) incorrectly names as - Tect - ticket type has appeard. (attachment no.3). After adding this new TECT issue type to our scheme newly created tickets in this category does show necessary field (attachment no.4). I've looked though changelogs and news for zephyr, I saw that you introduced some improvements for test cases - Is this related? Is this change intentional? My main question is - how we can restore hundreds of our missing test cases to existing tickets?4.9KViews0likes11CommentsUploading cucumber results to Zephyr issues
I have iOS automation developed with pytest-bdd , I have created BDD scenarios on Zephyr, downloaded the feature files, and executed them on my machine and the results are exported in JSON format. I have attached the JSON file below. {"report": {"environment": {"Python": "3.8.2", "Platform": "macOS-10.16-x86_64-i386-64bit"}, "tests": [{"name": "step_definitions/test_welcome.py::test_QA2_swipe_to_learn_more", "duration": 31.95059585571289, "run_index": 0, "setup": {"name": "setup", "duration": 0.024325847625732422, "outcome": "passed"}, "call": {"name": "call", "duration": 31.90162205696106, "outcome": "passed"}, "teardown": {"name": "teardown", "duration": 0.00032210350036621094, "outcome": "passed"}, "outcome": "passed"}, {"name": "step_definitions/test_welcome.py::test_QA2_for_clinicians_tab", "duration": 6.670141696929932, "run_index": 1, "setup": {"name": "setup", "duration": 0.0002689361572265625, "outcome": "passed"}, "call": {"name": "call", "duration": 6.669113874435425, "outcome": "passed"}, "teardown": {"name": "teardown", "duration": 0.0004899501800537109, "outcome": "passed"}, "outcome": "passed"}], "summary": {"passed": 2, "num_tests": 2, "duration": 38.75271916389465}, "created_at": "2021-05-19 13:45:06.021026"}} I uploaded the .json file to the cycle and the test cases are not getting executed to PASS. They are still in an Unexecuted state. I am new to Zephyr BDD. Is there something I am missing?Solved2.8KViews0likes4CommentsHow attach files after an automated execution
A few weeks ago we purchased Zephyr Scale for Jira Cloud. I know how it works on Server version and now I implemented the cloud version for execution test, there I don't have any issues, however after an execution I can't upload files like the server version, where the url is like this "/testresult/{testResultId}/attachments" to post a file from a previous result. I'm trying to figure out how I can upload files, but checking the API information I could use "/automations/executions/custom" and I'm getting the following response: { "errorCode": 400, "message": "Couldn't find any mapped test cases", "status": "Bad Request" } How I can resolve this? Are there any alternatives for cloud version to accomplish this? In this place for Server version I was able to upload files after an execution with"/testresult/{testResultId}/attachments", for example:2.6KViews0likes3CommentsTest cycle and execution records missing
1. We started using Zephyr squad on trial. We added test cases with steps and executed them in multiple test cycles. 2. On 12th Oct, all the test cases stopped showing the Description, test details and execution options for the issue type 'Test'. Checked the zephyr plugin in Jira apps, and it was showing 'This app was added on Oct 12th 2021'. 3. Checked the JIRA issue settings and observed that there was another issue type 'Test' with label Test in Japanese language added. 4. We moved one of the old test from old 'Test' issue type to new (Japanese)'Test' issue type and it started showing all the details like description and test details and test execution buttons on top for the ticket. so we moved all our test tickets from old issue type to new test issue type to fix the problem. Now, we have all the test cases with description and test details. And came across another problem! All the existing test cycles and test execution records disappeared. They are no more linked to the tickets and the test cycles are not present which were created during the trial period. Need help!!! The execution data is for 2 releases which has screenshots, custom field data and results(pass/fail) distributed across different cycles. JagadeshMadhuracan you please help? It looks related to some of the posts you've commented on. As we've already moved ticket from Eng Test issue type to Jap Test issue type, wondering if we will lose any data in the process? (Support ticket raised.)2.2KViews0likes9CommentsZAPI Returns Duplicate Test Executions
We have Zephyr for Jira to manage our test executions. We also use the Zeprhyr rest api (zapi/latest/zql/executeSearch?zqlQuery=)to extract the test executions. The issue we have is that the resultset of that api call returns duplicate test executions. We inspected the identical records and there doesn't seem to be any difference between the identical records. Is this a known issue? Thanks.2.2KViews0likes3CommentsTests Cases and related Zephyr Actions Missing
Tests Cases and Related Zephyr Actions Missing We are also impacted by this and have hundreds of test cases to resolve. Thank you to those who posted what has happened to them as well. There was an automatic update on 10/10/2021 followed by an install of Zephyr. This update has stopped work for our QA staff and there has been absolutely no resolution presented and no sense of urgency? We are creating workarounds and requesting updates from Smartbear to no avail?Solved1.8KViews0likes3CommentsCypress - 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.7KViews0likes0CommentsHow to add an attachment to an execution under test cycle using zapi rest api
Hi, How to add an attachment to an execution under test cycle using zapi rest api. I intend to use python as a programming language. I believe its by using this api-> http://localhost:2990/jira/rest/zapi/latest/attachment?entityId=&entityType= But how do I pass the attachment file or attachment file link(url) to this api? Should entityId be 'executionId' and entityType 'Execution' ?? Thanks.Solved1.5KViews0likes1CommentZephyr Issue with Traceability Matrix (not filtering)
I link a Test to every Bug and User Story There are 17 tests (17 executions) in my Test Cycle that is nested under “Unscheduled” But when I select the traceability matrix and filter with the cycle I want (the one with 17 tests), I expect to see the 17 User Stories/Bugs linked to the 17 tests that were executed, but it grabs 278 User Stories/Bugs. So I think this is a Zephyr issue with traceability matrix. The Matrix is supposed to show the mapping between a requirement to a test to an execution to a defect, but when filtering by cycle it shows me requirements not related to the cycle. Thanks! -Frieda1.4KViews0likes4Comments