Appium - Parallel Execution (Grid)

hi @RISHI_KHANNA ,

If you are running appium from (Appium.exe) path then ,
node appium --nodeconfig path\to\nodeconfig.json -p 4724 -bp 5724

(or) if you’re doing from cmd,
appium --nodeconfig path\to\nodeconfig1.json -p 4724 -bp 5724

Note: “path\to\nodeconfig1.json” is where your node configuration json file locates…e.g. D:\file\nodeconfig.json

Json File should like as follows and please made changes according to you and pls let me know whether it works or not :

nodeconfig.txt (449 Bytes)

Thanks,
Bhaskar.