results.schema.json
$id:https://yam.svatah.com/schema/1.0.0/results.schema.json- Root:
results· definitions: 1
Root properties
| Property | Type | Required |
|---|---|---|
behavior | "test" | "workflow" | "tool" | yes |
captured | object | |
durationMs | number | yes |
endedAt | string | yes |
failure | object | |
flow | string | yes |
line | integer | yes |
matched | object | |
runId | string | yes |
startedAt | string | yes |
status | "passed" | "failed" | "skipped" | "healed" | "aborted" | yes |
stepId | string | yes |
story | string | yes |
text | string | yes |
The file itself: packages/schema/json/results.schema.json.