envoy / Embassy

Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could not start Embassy HTTP Server when running tests in Parallel

AyaAkl25 opened this issue · comments

Is there any solution so that I can work with Embassy server when I am enabling the parallel execution of UI tests in XCUITest?
Because what happens is one simulator runs with the tests and then all the other simulators just fail and the app crashes: Could not start Embassy HTTP Server

Appreciate the help :)
Cheers

You need to generate a new port number for each simulator