Hi
I have a set of tests running in a Bamboo remote agente using cucumber.
On Jira i have installed Zephir and Zappi
On Bamboo i have the Zephir plug in and i can add a task that detects the jira cyles and projects, so communication between zephir plugin and jira is being done.
When i run the tests, i generate a results.xml using:
cat report.json | node_modules/.bin/cucumber-junit > results.xml
and after i added a junit parser task with: **/results.xml
and in the end i added a task to publish results to Zephyr, it runs and i get :
Finished task 'Publish Test Results to Zephyr' with result: Failed
After looking at Jira logs seems the problem is the lack of Jira ids from the test cases they are not passed to zappi, and i need to update the test results on jira.
My question is: How can i pass those jira ids???
Thanks.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.