Running the tests as standalone java code

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!

Hi,

We don’t have the option to run locally without having the Studio open. You can either run it against the cloud or if you want to run in locally you need to have the Appium Studio open.

1 Like