I’d like to be able to start the appium studio client within my java code. Is this possible?
What I’m doing at this moment, is starting the appium studio and then running the tests from intelij idea.
Can I start the appium studio client within the code itself? In the @Before method?
The goal is to be able to run everything locally, within the indelij idea.
Any pointers or code examples will be helpful.
Thank you!