swethac59
4 years agoNew Contributor
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.