I want to start culebratester2 server on multiple devices at the same time in order to use uiautomatorhelper with AndroidViewClient in Python to test the same app on many devices. I don't know if it possible because I'm not able to specify a different forward port using the command ./culebratester2 start-server and using AndroidViewClient. Is there a way to do it?
Thanks.
How to start culebratester2 server on more than one device?
464 views Asked by silverIT At
1
You were absolutely right, there was no way of specifying the local and remote ports... until now.
Get the latest CulebraTester2-public or run it directly using
curlas explained in How to run CulebraTester2 ? and you have these new options:so you can specify the port either for
forward-portorstart-server(which invokesforward-portinternally).For example:
this way you would be able to specify a different local port for each device.
There is also a new command line option
--dryrunif you want to check what it is going to do before actually doing it.