Understand failures
Why is the checkout test failing?
- See everything currently failing in a project
- Open one failure in full: cause and confidence, the exact error with line context, the script that ran, the failure screenshot, run history, and what it depends on
- Summarise a whole batch run
- Read a specific test case, or search across them — archived ones included when you ask
- Pull a single artifact from a run
- Show the execution plan behind a run
Run tests
Run the checkout suite against staging.
- Kick off a test run in Peeps’s hosted CI
- Check where that run has got to
Run plans identify production targets and queue nothing by themselves. Your agent shows you the plan and waits for your approval before anything runs.
Fix tests
Fix that selector and submit it.
- Submit a proposed fix to a test script, and check whether it verified
- Review a verified fix in full — the complete script change, any step changes, and where it ran — and publish it once you approve
- Re-run the check when something changed since the fix was verified
- Dismiss a suggested fix you don’t want, keeping its verification history
- Update the written steps of a test case