hello everyone,
I’m trying to use appium inspector while performing test with appium on the same android device,
I tried to launch 2 servers on 2 different ports and it works perfectly fine as long as I don’t launch my tests.
When I launch the tests, the appium inspector stop updating and the appium server in charge of inspector throw timeout errors.
I use appium 2.0.0-beta 46 as it’s a requirement for my project and I cannot change this.
I saw in a fex places that I should be able to run two servers on the same device and perform inspector while running test but there is no error reports or clear tutorials on how it works…
Thanks for the help