Stop wrestling with mocks

We devs find it really cumbersome to write mocks for our tests. Hence we built HyperTest that can automatically mock external dependencies and update these mocks as they change. Devs have to never write a test or struggle with mocks ever. Here is how it works You initialise HyperTest SDK in your repo much like Sentry. It records traces from an environment you ask it to (using _env) We record the complete trace i.e. the request, response, outbound call and their responses You can run this trace on a new build. It mocks db/ORM queries, inter-service calls, async events or 3rd party APIs Mocks get updated as you merge code or we get newer traffic. Walkthrough Demo We are currently available for JS / node services. Would love to know feedback from devs here. Please give us a shout here if found this useful

Apr 3, 2025 - 13:24
 0
Stop wrestling with mocks

We devs find it really cumbersome to write mocks for our tests.

Hence we built HyperTest that can automatically mock external dependencies and update these mocks as they change.

Devs have to never write a test or struggle with mocks ever.

Here is how it works

  1. You initialise HyperTest SDK in your repo much like Sentry.
  2. It records traces from an environment you ask it to (using _env)
  3. We record the complete trace i.e. the request, response, outbound call and their responses
  4. You can run this trace on a new build. It mocks db/ORM queries, inter-service calls, async events or 3rd party APIs
  5. Mocks get updated as you merge code or we get newer traffic.

Walkthrough
Demo

We are currently available for JS / node services. Would love to know feedback from devs here. Please give us a shout here if found this useful