I am trying to run my Protractor test on a remote server (selenium grid). I have Jenkin job to execute commands. When I run the exact test on my local server, the browser (both Firefox and Chrome works) get starts and load the URL and complete the tests. But when I execute via Jenkins it starts the browser but does not load the URLs. After some time Jenkins job gets timed out but still, browsers are open and do nothing. any idea? help much appreciated
I am passing the remote server as follows in my config.js,
seleniumAddress:http://citest-grid.com:4444/wd/hub