gokhanamal/FlowProof iOS E2E
Run a bounded, recorded iOS Appium journey with deterministic evidence.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app_path | Path to the built .app bundle. | yes | — |
| flow_path | Path to the project-owned YAML flow. | yes | — |
| simulator_udid | UDID of a booted iOS Simulator. | yes | — |
| model | OpenAI model identifier. | — | gpt-5.6-luna |
| artifacts_dir | Artifact directory. Defaults inside RUNNER_TEMP. | — | "" |
| artifact_name | Uploaded artifact name. | — | flowproof |
| retention_days | Artifact retention period. | — | 7 |
| appium_port | Local Appium server port. | — | 4723 |
| openai_api_key | OpenAI API key. Pass a GitHub secret; exposed only to the journey step. | — | "" |
| runtime_input_1_name | Optional first runtime input alias. | — | "" |
| runtime_input_1_value | Optional first runtime input secret. | — | "" |
| runtime_input_2_name | Optional second runtime input alias. | — | "" |
| runtime_input_2_value | Optional second runtime input secret. | — | "" |
| runtime_input_3_name | Optional third runtime input alias. | — | "" |
| runtime_input_3_value | Optional third runtime input secret. | — | "" |
| runtime_input_4_name | Optional fourth runtime input alias. | — | "" |
| runtime_input_4_value | Optional fourth runtime input secret. | — | "" |
| fixture_input_name | Optional fixture-only input alias. | — | "" |
| fixture_input_value | Optional fixture-only secret. | — | "" |
Outputs
| name | description |
|---|---|
| artifacts_path | Absolute path containing the run evidence. |
| artifact_url | Authenticated URL for the uploaded screen recording and evidence. |