CLI command

probierz analyze

Parse a completed runner report, inventory its media, and optionally extract a frame montage.

Invocation#

Shell
probierz analyze <REPORT> [ARGS]...

Required inputs and options#

  • `<report>` is required. `[artifactsDir]` overrides artifact discovery.
  • `--frames N` is a non-negative frame count; `--tool` selects the report parser.

Output and state effects#

Writes analysis JSON describing tests, failures, media, recording metadata, and extracted frames. It may create montage images when frames are requested; it does not rerun tests.

Exact refusals#

  • Missing report: `analyze needs a report path`.
  • Unknown options, missing option values, and negative frames are refused by `parseRunArgs`.
  • Unreadable or unsupported reports fail analysis instead of yielding a passing result.

Source snapshot#

Generated from the Rust binaries at https://github.com/wisent-ai/probierz.git revision `f40fa7ed94a028b56b5a59342eaf55982ba5cf7d`.

Combined help SHA-256: `04bab0ac1e9691119efcb70627b534a73431f51bb44ed8ba81d93cc10afd6569`; binary SHA-256: `08424ee2465261eafaa112d13ef05a20ce1fe1b6479e896341e22fbc55e61d3e`.