generate-test-script
Create Appium test scripts for Android or iOS by converting user actions into executable automation code for mobile app testing.
Instructions
Generate Appium test script from actions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platformName | Yes | Platform to generate script for | |
| appPackage | No | App package name (Android) | |
| bundleId | No | Bundle ID (iOS) | |
| actions | Yes | List of actions to perform |