Where to set them
- Per app — defaults for every case.
- Per test case — overrides app-level keys for that case only.
appium:autoLaunch = false).
Start without launching the app
Setappium:autoLaunch to false when the journey should begin on the home screen or in a browser:
Then describe the real start in instructions (“Open example.com and sign in…”).
Android: multiple entry points
Name the launch activity withappium:appActivity. If a splash hands off, also set appium:appWaitActivity (wildcards like *.MainActivity are allowed):