-
Notifications
You must be signed in to change notification settings - Fork 29
Add port discovery and make innerPort dynamic #39
Copy link
Copy link
Closed
Labels
Milestone
Description
Making innerPort dynamically assignable from predefined range and including innerPort auto-discovery will greatly simplify parallel execution of tests on different emulators.
Currently to run tests in parallel on same machine one would have to:
- build n copies of
.appx, but with different innerPorts, - start n copies of driver,
- start n sessions against each driver with different
innerPortcapability.
All this hassle with innerPort is caused by the fact that emulators do forward their port to localhost. Maybe there is another way to deal with it, for example modifying Hyper-V machine settings or switch in someway, but it seems more invasive.
Adding port discovery will let us get rid of step 1 completely and simplify step 3.
Reactions are currently unavailable