Forum Discussion

fede1's avatar
fede1
New Contributor
3 years ago
Solved

server version: uploading test results to Zephyr Scale via the automation API

Hello! I'm using Zepyhr Scale Server and I would like to upload to Zephyr the results of my automation testsuite made with pytest. I've tried this POST request:  post(url="https://{my-jira-host}/re...
  • abioneperhobby's avatar
    abioneperhobby
    3 years ago

    Support team answered me that there is no junit impor funcionality in server version, but only in cloud version.

    i implemented by myself parsing the xml and using server api to create-update test results.