initialize-appium
Sets up an Appium driver session for mobile automation, defining platform, device, app, and automation engine configurations to enable testing on Android or iOS devices.
Instructions
Initialize an Appium driver session for mobile automation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app | No | Path to the app to install (optional) | |
appActivity | No | App activity name to launch (Android) | |
appPackage | No | App package name (Android) | |
appiumUrl | No | URL of the Appium server | |
automationName | No | Automation engine to use | |
bundleId | No | Bundle identifier (iOS) | |
deviceName | Yes | The name of the device to target | |
fullReset | No | Perform a full reset (uninstall app before starting) | |
noReset | No | Preserve app state between sessions | |
platformName | Yes | The mobile platform to automate | |
screenshotDir | No | Directory to save screenshots | |
udid | No | Device unique identifier (required for real devices) |