ContributionsMost RecentMost LikesSolutionsRe: Integrating ZS data center with jenkins Could you please update. Any solutions? Re: Integrating ZS data center with jenkins I used script to convert JSON file still getting same error. XML file has lot of info on that (Global variables, browsers info, result etc.,). After convert do we need do any customization on JSON file before sending with API call? or Do we need to generate output.xml in specific format? Re: Integrating ZS data center with jenkins Thanks Laylahenry I followed that steps and getting below error "Invalid Custom Format JSON file". I used online site to convert to JSON file. Could you please share the script to convert JSON format? Integrating ZS data center with jenkins Did anyone integrated ZS data center with Jenkins through API calls? I couldn't able to achieve due to report format generated in robot framework? Re: REST API - Update Test Step Execution Status with DataTable rows Demolag How are you generating the test result? I am using Zephyr scale data center. When I try to upload result file in zip file format. I am getting format not valid. Integrate Robotframework with Z scale I need to upload Robotframework results to Z scale Data center. To achieve this I need to follow below steps: Convert xml to JSON file Using POSTMAN need to upload that JSON to Z scale data center I tried to convert to json in online but could not able to POST the file getting incorrect file. format should be like below example { "version": 1, "executions": [ { "result": "Pass", "testCase": { "key": "AERT-T1097" } } ] } Did anyone succeed integrating robotframework with ZS datacenter? please provide the solution to achieve this. Thanks Re: Update Test Result on Zephyr Scale Server duck-tester I see only below options. Where and how do I generate Bearer token? we have Zephyr scale for Jira data center Re: Update Test Result on Zephyr Scale Server Thanks duck-tester Are you referring to below this https://support.smartbear.com/zephyr-scale-cloud/docs/en/test-automation/junit-integration--and-similar-.html I tried but I am getting below error First I executed robot command and created automation.xml and then I ran curl command. See below error msg I took token from Am I doing anything wrong? Re: Update Test Result on Zephyr Scale Server burnhardI Need to integrate ZS (not cloud) with robotframework. I am not sure how to implement using api calls. Could you please provide me any documentation or any video or please provide me steps with examples if you don't mind. Re: Integrate Zephyr scale with Robot framework Anyone please reply.