← Back to Blog Index↩ Back to App
v1.3

QUBEai v1.3: Golden Journey Runner

Reusable test packs now execute full user journeys and auto-attach artifacts back into request metadata.

v1.3 golden journey runner picture

Changelog (What Was Added)

How You Leverage It

Stop re-explaining test steps every time. Encode once as a golden pack, then rerun the same truth test for every release candidate.

Founder advantage: consistency across releases without manual QA scripting each cycle.

Use This Now

control-plane/qubeai-ops/scripts/qubeai_run_golden_journey.sh \
  --id feat-YYYY-MM-DD-example \
  --pack control-plane/qubeai-ops/templates/golden-journey-pack.example.json \
  --continue-on-fail
  1. Create/edit your pack scenarios.
  2. Run the journey pack against a request.
  3. Review generated artifacts and summary files.

Picture: Artifact Flow

Pack → Runner → Artifacts → Metadata → Release Decision.

artifact flow picture