Loading...
Loading...
Execute and Monitor Testany Tests - Trigger Pipeline Execution, View Results, Check Status
npx skill4agent add testany-io/testany-agent-skills tests| Status | Value | Meaning | Final State? |
|---|---|---|---|
| NOT_STARTED | -1 | Not started / In queue | No |
| RUNNING | 0 | In execution | No |
| SUCCESS | 1 | All passed | Yes |
| FAILURE | 2 | Has failures | Yes |
| SKIPPED | 3 | Skipped (Case only) | Yes |
| FAIL_AS_EXPECTED | 4 | Expected failure (Case only) | Yes |
| CANCELLED | 5 | Cancelled | Yes |
| ERROR | 99 | System error | Yes |
1. testany_execute_pipeline → Trigger execution, get execution_id
2. testany_get_execution → Poll status (every 5-10 seconds)
3. After status becomes final → Report results
4. If there are failures → testany_get_execution_case to get detailstestany_list_pipelinestestany_execute_pipelinetestany_get_executionY2K-0001A-0000B