What problem does it solve?
Executes UAT scenarios against a live staging environment, walks automated steps via a runner (playwright/detox) and human-in-the-loop steps via prompts, collects evidence (screenshots + timings + console) on every step, and emits uat-raw-report.md. Gate contract — every failed step must carry evidence, every P0 scenario must be executed. PIPELINE-3 step 3.
Core Features & Use Cases
- Executes UAT scenarios against staging environments with deterministic execution and verifiable evidence.
- Runs automated steps via Playwright/Detox, supports human-in-the-loop prompts, and emits detailed raw reports for downstream analytics.
- Enforces gate contracts, manages run inventories, and produces uat-raw-report.md for test-result-analyzer and observability tooling.
Quick Start
Invoke the UAT executor with a scenario-set and target environment to run the configured scenarios and generate the uat-raw-report.md.