i am facing the issue in start node server with selenium grid, Selenium grid is running but when i start node server with json file “node appium --nodeconfig /Users/RajShekhar_DiroLabs/Desktop/node1.json -p 4730”
it shows me logs like
Appium] Welcome to Appium v1.5.2
[Appium] Non-default server args:
[Appium] port: 4730
[Appium] nodeconfig: ‘/Users/RajShekhar_DiroLabs/Desktop/node1.json’
[Appium] Unable to load node configuration file to register with grid: ENOENT: no such file or directory, open ‘/Users/RajShekhar_DiroLabs/Desktop/node1.json’
[Appium] Appium REST http interface listener started on 0.0.0.0:4730
json file
{ “capabilities”: [ { “browserName”: “Android”, “version”:“5.0.1”, “maxInstances”: 3, “platform”:“ANDROID”, “deviceName”:“FCAZGU007688H3D” } ], “configuration”: {
“nodeTimeout”:120, “port”:4730, “hubPort”:4444, “proxy”: “org.openqa.grid.selenium.proxy.DefaultRemoteProxy”, “url”:“http://127.0.0.1:4730/wd/hub”, “hub”: “127.0.0.1:4444/grid/register”, “hubHost”:“127.0.0.1”, “nodePolling”:2000, “registerCycle”:10000, “register”:true, “cleanUpCycle”:2000, “timeout”:30000, “maxSession”:1
} }
node is running but not on selenium grid can please suggest me in this case