Is there a way to integrate Jira Zephyr with Pytest automation?

IvanekD
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 22, 2020

I need to propagate results from automation test runs in Python Pytest to created test cases in Jira Zephyr so I don't need to verify it manually.

I found only JUnit and TestNG. Is there a solution for python as well?

 

Thank you.

 

2 answers

0 votes
abioneperhobby April 30, 2021

hi @IvanekD  , i would like to make the same thing.

i already generate junit log when executing pytest. Do you find some way? i'm also reading documentation posted by @Bibek Behera 

maybe junit log can be uploaded as done in this example https://github.com/SmartBear/zephyr-scale-pytest-example 

0 votes
Bibek Behera
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 23, 2020

Hello @IvanekD ,

Currently A.T.O.M supports the following automation frameworks:

  • Selenium

  • UFT

  • JUNIT

  • Cucumber

  • EggPlant

  • SoapUI

  • TestNg

  • Tricentis Tosca

You can find more about it here.

 

Regards,

Bibek

Suggest an answer

Log in or Sign up to answer