QUBEai v1.3: Golden Journey Runner
Reusable test packs now execute full user journeys and auto-attach artifacts back into request metadata.
Changelog (What Was Added)
- JSON pack format for scenario-driven browser validation.
- Runner script for executing scenarios and collecting artifacts.
- Automatic metadata updates for pass/fail + evidence paths.
- Run summary outputs (
run-summary.jsonand markdown).
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
- Create/edit your pack scenarios.
- Run the journey pack against a request.
- Review generated artifacts and summary files.
Picture: Artifact Flow
Pack → Runner → Artifacts → Metadata → Release Decision.