Appium --session-override Not working IOS

Viewed 16

Im trying to change my environment for the IOS Simulator which ill just name use "Sim1", "Sim2" and "Sim3" as example names. I want the sim to load using environment "sim3" so I set the env:"Sim3" and for whatever reason it always chooses "Sim2". I can never change the env to what I want. I suspect --session-override is to blame as I've seen a lot bugs. Any help?

Chunk Of Code Used in the json representation

"env": { "environment": "Sim3" }

I run appium from terminal using command appium --use-plugins=execute-driver --address 127.0.0.1 --port 4723 --session-override -pa /wd/hub

0 Answers
Related