Skip to main content
Testing and trace verification answer different questions:
  • a golden asks whether behavior still matches an expectation;
  • trace verification asks whether recorded evidence stayed intact.

Run the golden

The returned verdict preserves the engine exit code and combined output.

Update deliberately

Updating the expectation is a separate action because replacing evidence must stay visible in review.

Verify a trace

The bare form checks the workspace latest on current engines. Pass a path when application state already owns the exact receipt identity.
PROOF LANES ยท DIFFERENT VERDICTS

Continue

Receipts and replay

Store and re-project the durable journal.

CI gate

Put the rehearsal before protected execution.

Testing guide

Learn goldens and mock-provider workflows.

Trace concepts

Read the journal and chain model.