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 `c589d6917201c31f57e6a7f24522c0d50ae5bd0f`.

Combined help SHA-256: `43f0d9cd136ac2c46ec3eedb2824bd5d6168f235dea4caaa50610c005f40c84a`; binary SHA-256: `7e42c843082863ed265817de90a110a2f27546426a54d372e10009fd665a4d8e`.