Stop writing and maintaining boilerplate test code
and make services more robust with testing that scales.
Install our agent here and record HTTP(s) traffic.
Replay requests and get notified of regressions.
Access mocked services with no additional setup.
Roughly an additional 50% of time spent in development is needed for testing.
Every time either an input or an expected output changes, tests have to be modified.
Real services are fragile. Mocked services are time consuming to build.
APIs change and your tests are nonexistent or broken. Detect regressions before your customers do.
Dependent services are difficult to install and maintain. A mocked service can behave exactly the same - without the additonal overhead.
We support the use of our agent and HAR files.
Only HTTP(s) requests are recorded.
In local only mode no requests are uploaded.
Or protect PII data with firewall rules and rewritten requests.
Yes you can!
The mock API matches requests by its path, method, headers, query parameters and body.