# benchweave evidence faults


Harvest the fault-matrix leg results (lean JSON + retained junit).


``` bash
benchweave evidence faults [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: benchweave evidence faults [OPTIONS]

      Harvest the fault-matrix leg results (lean JSON + retained junit).

    Options:
      --dest PATH      Output root; legs.json + junit.xml land under <dest>/fault-
                       matrix/.  [required]
      --tests TEXT     pytest node id selecting the journey fault legs to harvest.
                       [default: tests/integration/test_poc_acceptance.py::test_jo
                       urney_fault_legs]
      --timeout FLOAT  Seconds to bound the harvest pytest run.  [default: 600.0]
      --json           Emit the stable machine JSON contract instead of text.
      --help           Show this message and exit.


# Options


`--dest: PATH`  
**Required.** Output root; legs.json + junit.xml land under /fault-matrix/.

`--tests: TEXT = tests/integration/test_poc_acceptance.py::test_journey_fault_legs`  
pytest node id selecting the journey fault legs to harvest.

`--timeout: FLOAT = 600.0`  
Seconds to bound the harvest pytest run.

`--json`  
Emit the stable machine JSON contract instead of text.
