Skip to main content
Installs an app from a file path. The simplified form takes the path as a single string.
Android only.

Parameters

ParameterTypeRequiredDescription
pathstringYesPath to the APK to install.
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

Path as a single string.
- installApp: ./build/app-release.apk

Examples

- installApp:
    path: ./build/app-release.apk