ContributionsMost RecentMost LikesSolutionsRe: Selenium C# Test Scripts integration with Zephyr Scale through Jenkins Thanks for the reply hkim5 . Could you please give me little more information on how to use zephyr scale API docs for my C# test scripts integration to Zephyr scale as i am new to all this and looking for a right direction to make it work. Your help is really appreciated on this. Thanks, Swetha Selenium C# Test Scripts integration with Zephyr Scale through Jenkins I have created a build job in Jenkins and trying to use Zephyr scale to upload test results in JIRA. Framework we are using is Nunit which converted to Junit.XML file and placed in my local system. Unable to understand how can i send this xml details to Zephyr scale. I am using post build step with Zephyr Scale : Publish test results Also I have setup Zephyr API key in Manage Jenkins - Configure systems and Test Configuration was success. but getting a error message when build is completed as below. File not found: zephyrscale_result.json. [Zephyr Scale] [ERROR] Tests results have not been sent to Zephyr Scale Please help me how to achieve this using my requirement.