Skip to main content
Uninstalls an app. The simplified form takes the package name as a single string.
Android only.

Parameters

ParameterTypeRequiredDescription
packagestringYesPackage name to uninstall.
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 name as a single string.
- uninstallApp: com.example.shop

Examples

- uninstallApp:
    package: com.example.shop