Quickstart: Reliability Testing in CI
Run deterministic reliability suites and gate regressions before production deploys.
Why this exists
Agent failures are often intermittent in live systems. FakeMCP gives deterministic, replayable outputs so teams can run the same checks on every commit.
When to use this vs DIY script
Use FakeMCP when you need shared run history, assertions, replay fixtures, and CI-friendly reports. Use a DIY script when you only need one-off local experiments with no persistence or reporting.
Start local worker
Long press or right-click snippet for quick actions
Use this base URL in the commands below:
Long press or right-click snippet for quick actions
1) Create a suite
Long press or right-click snippet for quick actions
Save the returned id as SUITE_ID.
2) Create a run
Long press or right-click snippet for quick actions
Save the returned id as RUN_ID.
3) Fetch status and summary
Long press or right-click snippet for quick actions
4) Download machine-readable reports
Long press or right-click snippet for quick actions
5) Create replay fixture
Long press or right-click snippet for quick actions
The replay response includes replayId, fixtureR2Key, and shareSlug.