Uploading 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 to link automated test case results with existing test cases
I am using the A.T.O.M Test Automation plugin to import Test Results in one test cycle. The Test Automation Framework is Robot Framework and the output result in in the XUnit XML Format. I am able to "Upload" the XML report as a Task and execute it. It is marked as "SUCCESS". The existing Test Case in Jira is "AMPAND-123", so we expected this test case to be marked as PASSED/FAILED. However the execution created a new Issue in Jira AMPAND-2041 and marked it as PASSED instead of using the existing AMPAND-123 issue. 1. What should we modify to stop creating new test cases when executing uploaded results? (result-xunit.xml) 2. Is it possible to import results from RobotFramework test Report? (example output.xml)2.7KViews0likes3CommentsCypress - 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.7KViews0likes0CommentsError when importing test cases using Zephyr Importer utility tool
We are on: Zephyr for Jira 6.0.1 -Test Management for JIRA (Server) and Jira v8.13.4 We were using the Zephyr Internal Importer successfully following the instructions on the Zephyr doc at this pagehttps://zephyrdocs.atlassian.net/wiki/spaces/ZFJ0500/pages/1061421425/Import+Testsstarting in the "Using the Internal Importer" section. But it has stopped working and now when we get to the last step of clicking the "Import" button we get an error. We have tried to reformat the excel file being imported in multiple ways but nothing is working. The error on screen says it was successful but also that it errored - and no test cases are actually imported. "Error: Sheet1:Row:2:null". I've pasted a screenshot below. The logs also show errors like this (where I've replaced the person's real user name with 'xxxuser': 2021-03-10 13:45:57,892 pool-8077-thread-1 ERROR xxxuser 825x6044494x1 g1bsm5 10.217.229.68,172.27.70.88 /rest/zephyr/latest/importer/issueImport [c.t.z.j.service.impl.ExcelFileProcessThread] Exception while creating issue: Please advise, thank you.1.3KViews0likes0CommentsUploading JUnit to Zephyr - issue 0Description
Hello, I've got problem's with uploading JUnit results. I'm taking sample file found here on forum and all the time I get Failed execution status, with additional message: "Could not find usernames: 0Description is required." Can someone help me with that?1.3KViews0likes3CommentsIncrease Maximum File Size Test Case Importer
Hello, is it possible to increase the Maximum File Size for the Test Case Importer? we have already tried to increase this manually in the settings. However, it seems that the setting is not accepted. Can't a setting higher than 1MB be made? Is there a workaround for this? Thank you in advance! BRSolved1.3KViews0likes3CommentsMigration from Zephyr Squad to Scale
Dear community, we are currently investigating all possible ways to migrate our testcases (including attachments / screenshots of test-steps / related cycles and other artefacts) from Zephyr Squad to Zephyr Scale, with the least manual involvement. We are talking about 1200 test cases. We only want to use one test-management addon in the future. We currently have both addons running on the same Jira Data Center instance. So what are the possibilities? Anybody had the same scenario at hand and came up with a solution? Thanks, Christoph1.1KViews0likes1CommentMigration from X-ray to Zephyr
Our company is planning to switch from Xray to Zephyr Squad. Iam looking to see if we can easily migrate all X-ray related issue types from Xray to Zephyr. So, curious if the X-ray and Zephyr Squad Jira issue types map one to one, and if there will be any loss of information or documents when migrating all of the Xray related issue types to Zephyr (i.e. test results docs, test scenarios as we are using Cucumber test-type, and any historical-data i.e. who changes what?) Thanks for your help!1.1KViews0likes2Commentsinternal importer creates new test tickets instead of adding testcases inside one Test ticket
When i am importing my existing testcases from excel file using internal importer , it is creating Test Jira ticket instead of adding multiple testcases for one Ticket. example -- Login Testcases is one Test ticket, now i want to add multiple scenarios of login inside this one ticket only. Instead it is creating multiple ticketsSolved1.1KViews0likes2Comments