generate-test-script
Create Appium test scripts by defining actions like tap, input, swipe, or wait for Android and iOS platforms using specified selectors and strategies.
Instructions
Generate Appium test script from actions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actions | Yes | List of actions to perform | |
appPackage | No | App package name (Android) | |
bundleId | No | Bundle ID (iOS) | |
platformName | Yes | Platform to generate script for |