Test a launcher app that is already running on device

We are creating a custom launcher app on an android device that we need to test using appium.

I would like to write tests for an app that is already installed and running on the device under test ie without launching it as it is already launched.

thank you

I would try setting the “appPackage” and “appActivity” appium capabilities to that of your custom launcher app.