- Регистрация
- 1 Мар 2015
- Сообщения
- 13,287
- Баллы
- 155
We devs find it really cumbersome to write mocks for our tests.
Hence we built 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
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
Hence we built 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.
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