ContributionsMost RecentMost LikesSolutionsI want to Integrate Zephyr Scale with Azure DevOps. I want to Integrate Zephyr Scale with Azure DevOps, here I have python selenium code, I m running this code using Ci-CD pipelines, so I is generating result in the form of .xlsx file & screenshots(.png file) & It will store in folder on local drive C, now I want to send this result from local drive to Zephyr Scale. so I m following 1 blog, I have attached url below: https://support.smartbear.com/zephyr-scale-cloud/docs/continuous-integration/bamboo-integration.html so can you suggest some solution for me. Re: how to Integrate Zephyr Squad or Zephyr Scale with Azure DevOps. I gone through your answer, I can try this, when I trigger my devOps pipeline so after execution of my python-selenium scripts, the test result in the form of Excel(.xlsx) & Screenshot(.png) will be in local driver which is Drive C. so from there I have to send result to Zephyr. - can you tell me any solution or any document/blog to follow, It will be helpful for me. - can you also tell me how to add .xlsx &.png in .xml file, any blog or video link. how to Integrate Zephyr Squad or Zephyr Scale with Azure DevOps. I want to Integrate Zephyr Squad/Scale with Azure DevOps Pipeline , Because After running CI-CD pipeline on Azure Devops, it will generate results in the form of Excel file(.xlsx) & Screenshots(.png). so Now Want to Send Test Results from Azure DevOps to Zephyr Squad/Scale. To transfer your test-execution results from Azure DevOps back to Zephyr Scale/Squad, what should I do can anybody suggest. Now I m following Zephyr Squad documention:- Continuous Integration. url: https://support.smartbear.com/zephyr-squad-cloud/docs/continuous-integration/integration-script.html Solved