emartai/PlayAgent Agent Test Gate
Run PlayAgent agent tests and block merge on failure
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| suite | Path to the test suite file | yes | — |
| fail_threshold | Failure rate threshold (0.0 to 1.0). Workflow fails if exceeded. | no | 0.15 |
| python_version | Python version to use | no | 3.11 |
Outputs
| name | description |
|---|---|
| failure_rate | Observed failure rate (failed / total) |
| passed | Number of passed sessions |
| failed | Number of failed sessions |
| total | Total number of sessions |