Choose the right output
Use JUnit in CI
Read current-process feedback
invocationId, runIds, timing, and completion status.
Use those runIds to select a Sample in a later step. Do not treat the feedback stream as a persisted Record protocol.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Use a Reporter, JUnit, or process feedback to send information from one current Invocation to an external system.
| Need | Use |
|---|---|
| A CI gate | The niceeval exp process exit status. |
| A CI test-results view | --junit <path>. |
| Process feedback for a script | niceeval exp --json. |
| A later view of current data | The final receipt’s runIds with show, view, or view --out. |
| A custom external destination | A Reporter attached to the Invocation. |
npx niceeval exp ci --junit ./artifacts/niceeval-junit.xml
npx niceeval exp ci --json
invocationId, runIds, timing, and completion status.
Use those runIds to select a Sample in a later step. Do not treat the feedback stream as a persisted Record protocol.
npx niceeval show --run <runId>
npx niceeval view --run <runId> --no-open
Was this page helpful?