Page 1 of 1

How to integrate web driver on Jenkins using JSON config file where source is Github

Posted: Tue Mar 12, 2019 8:51 am
by csolanki
Hi,

How I can config my Jenkins according to the JSON input I have given in my Ranorex web driver. I am using git repo as my source to Jenkins. So, how I can make Git communicate to Jenkins and what is the role of JSON here ?
- Is there any place in Jenkins where I should pass all these JSON mentioned capabilities or Ranorex takes it up automatically, only it should be present in git repo.


Regards,
Charu Solanki

Re: How to integrate web driver on Jenkins using JSON config file where source is Github

Posted: Wed Mar 13, 2019 1:31 pm
by qwertzu
Hi csolanki,

If you add JSON Capabilities to an endpoint and build your test, they will be automatically used when executing your test on this endpoint.
Note: In your output folder, you will find a shortcut file for every endpoint of your project. If you run this shortcut, the test will automatically run on this endpoint and use the capabilities specified within Ranorex.

regards, qwertzu

Re: How to integrate web driver on Jenkins using JSON config file where source is Github

Posted: Thu Mar 14, 2019 12:49 pm
by csolanki
Thank you.