yueranyuan/RunHuman - Call Human Tester
Call a human tester to verify your app in CI/CD. Get structured feedback in natural language.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | Your RunHuman API key (get from https://runhuman.dev) | yes | — |
| url | URL of the application to test | yes | — |
| description | What you want the tester to do (e.g., "Test the login flow with valid credentials") | yes | — |
| output-schema | JSON schema defining what data to extract (e.g., {"testResult": "pass|fail", "issuesFound": "string"}) | yes | — |
| api-url | RunHuman API URL | no | https://qa-experiment.fly.dev |
| timeout-minutes | How long to wait for human tester (default: 10 minutes) | no | 10 |
| fail-on-test-failure | Fail the GitHub Action if test result is "fail" (default: true) | no | true |
Outputs
| name | description |
|---|---|
| result | The structured test result returned by the human tester |
| status | Job status: completed, failed, or timeout |
| test-result | The testResult field from the output (pass/fail/etc) |