What problem does it solve? Teams need to turn user journeys and stories into executable end-to-end tests and get a trustworthy pass/fail verdict for SIT or UAT, without relying on LLM-claimed results or letting flaky tests slip through as passes. ## Core Features & Use Cases - Scenario Derivation: Converts user journeys or stories into executable end-to-end scenarios with explicit steps and assertions. - Runner-Backed Execution: Runs scenarios against a reachable target environment through the CI/test runner with a browser driver, capturing per-scenario results and step counts. - Flaky Detection & Gate: Re-runs suspect scenarios within bounds, computes a flaky rate, and emits a PASS, FAIL, or ERROR verdict that feeds a human verification layer. - Use Case: Given a set of banking user journeys and a running sandbox, produce the e2e gate with scenario results and flaky rate for UAT sign-off, routing failures to a fixer instead of patching code. ## Quick Start Build and run the e2e suite from these user journeys against the staging sandbox and produce the pass/fail gate with the flaky rate.