Integration of Robot Framework results in Zephyr

149 views
Skip to first unread message

Gaurav Mehta

unread,
Dec 11, 2019, 8:17:46 AM12/11/19
to robotframework-users
I am using the Zephyr Enterprise Test Management plugin, Once the run gets finished I want to apply for the result status on Jira Zephyr. When run get finished every time new test case getting added with name Robot.

Did anyone face this issue before? Any solution?

============================================================================
IMPORTANT NOTICE: The information in this e-mail and any attached files is CONFIDENTIAL and may be legally privileged or prohibited from disclosure and unauthorised use. The views of the author may not necessarily reflect those of Zymr, Inc. It is intended solely for the addressee, or the employee or agent responsible for delivering such materials to the addressee. If you have received this message in error please return it to the sender then delete the email and destroy any copies of it. If you are not the intended recipient, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication, or any action taken or omitted to be taken in reliance upon this message or its attachments is prohibited and may be unlawful. At present the integrity of e-mail across the Internet cannot be guaranteed and messages sent via this medium are potentially at risk. All liability is excluded to the extent permitted by law for any claims arising as a result of the use of this medium to transmit information by or to Zymr, Inc.

Dmitriy Chernoshey

unread,
Dec 11, 2019, 11:10:59 AM12/11/19
to gaurav...@zymr.com, robotframework-users
You would need to implement a push notification functionality in your tests using JIRA APIs. 

--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/e8d1b83b-3529-4133-aff1-f0e01596e4f6%40googlegroups.com.


--

Dmitriy Chernoshey

Senior Automation Engineer

dmitriy.c...@rallyhealth.com

RLLY by Rally Health, Inc.

Gaurav Mehta

unread,
Dec 11, 2019, 11:13:00 AM12/11/19
to Dmitriy Chernoshey, robotframework-users
But using plugin cannot we do it ? 

I don't get you :(

Can you please ellobrate more, It would be really helpful for me.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 11:40:11 AM12/11/19
to robotframework-users
Is there any option for logging?

Gaurav Mehta

unread,
Dec 11, 2019, 11:44:46 AM12/11/19
to jkaewp...@gmail.com, robotframework-users
I don't found yet. Whenever I am trying to execute existing test cases using plugin, It creates new test case in existing cycle

On Wed, 11 Dec, 2019, 10:10 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
Is there any option for logging?

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/ffd7773c-f395-46a3-b2a7-59f83ea1967f%40googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 11:50:00 AM12/11/19
to robotframework-users
What is your test step?

Gaurav Mehta

unread,
Dec 11, 2019, 11:52:13 AM12/11/19
to jkaewp...@gmail.com, robotframework-users
Its just POC, Only Log To Console

On Wed, 11 Dec, 2019, 10:20 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
What is your test step?

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/robotframework-users/4b012fe2-5fa1-4acc-851e-54123a318a33%40googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:13:32 PM12/11/19
to robotframework-users
Version? There are provided interfaces and connector.

Gaurav Mehta

unread,
Dec 11, 2019, 12:14:35 PM12/11/19
to jkaewp...@gmail.com, robotframework-users
Latest versions I used

On Wed, 11 Dec, 2019, 10:43 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
Version? There are provided interfaces and connector.

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:25:21 PM12/11/19
to robotframework-users
You need the interfaces. spec. There are information for the integration pts., fields and methods.

I am reading the REST API interface and Python language support.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:28:16 PM12/11/19
to robotframework-users

Gaurav Mehta

unread,
Dec 11, 2019, 12:29:16 PM12/11/19
to jkaewp...@gmail.com, robotframework-users

On Wed, 11 Dec, 2019, 10:55 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
You need the interfaces. spec. There are information for the integration pts., fields and methods.

I am reading the REST API interface and Python language support.

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:33:22 PM12/11/19
to robotframework-users
Can we specify page_id?

Gaurav Mehta

unread,
Dec 11, 2019, 12:35:55 PM12/11/19
to jkaewp...@gmail.com, robotframework-users
No idea but its a plugin for zypher

On Wed, 11 Dec, 2019, 11:03 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
Can we specify page_id?


--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:40:44 PM12/11/19
to robotframework-users
I mean w/ REST API we can update the case status and re-direct using page_id.

I think the plug-in you mention is using in the other way.

What is the purpose for this integration?

Gaurav Mehta

unread,
Dec 11, 2019, 12:42:36 PM12/11/19
to jkaewp...@gmail.com, robotframework-users
once the test execution get finished, It will update the test pass/fail status to jira zyphr 

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:44:31 PM12/11/19
to robotframework-users
Do the REST API require api key? Any cost?

I think the plug-in is good but the capability is more, you may need to create a schedule or automate task.

Gaurav Mehta

unread,
Dec 11, 2019, 12:48:04 PM12/11/19
to jkaewp...@gmail.com, robotframework-users
its paid zypher plugin

On Wed, 11 Dec, 2019, 11:14 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
Do the REST API require api key? Any cost?

I think the plug-in is good but the capability is more, you may need to create a schedule or automate task.

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 12:49:26 PM12/11/19
to robotframework-users
How about the REST API? Can you share the commertial term?

Gaurav Mehta

unread,
Dec 11, 2019, 12:51:02 PM12/11/19
to jkaewp...@gmail.com, robotframework-users

On Wed, 11 Dec, 2019, 11:19 pm Jirayu Kaewprateep, <jkaewp...@gmail.com> wrote:
How about the REST API? Can you share the commertial term?

--
You received this message because you are subscribed to a topic in the Google Groups "robotframework-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/robotframework-users/9Ta0NZRWBLA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to robotframework-u...@googlegroups.com.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 1:03:17 PM12/11/19
to robotframework-users
For plug-in method, you need to consider the column name as well.

Look at the JIRA fields.

Jirayu Kaewprateep

unread,
Dec 11, 2019, 1:06:25 PM12/11/19
to robotframework-users
The question need to be clear that using the plugin whenit update the task, the field name of 'name' is 'Robot' and you think it shouldn't.
Reply all
Reply to author
Forward
0 new messages