Skip to main content
Launches an app. The simplified form takes the package name (Android) or bundle identifier (iOS) as a single string.

Parameters

ParameterTypeRequiredDescription
packagestringYesApp package name or bundle identifier.
activitystringNoAndroid activity to launch (Android).
intentExtrasstringNoAndroid intent extras to pass at launch (Android).
saveAsstringNoVariable to store this step’s return value on env.<name>.
retriesnumberNoTimes to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.

Shorthand

Package or bundle identifier as a single string.
- openApp: com.example.shop

Examples

- openApp:
    package: com.example.shop
    activity: .MainActivity # Android: launch a specific activity