keploy / keploy

Test generation for Developers. Generate tests and stubs for your application that actually work!
https://keploy.io
Apache License 2.0
3.37k stars 374 forks source link

[feature]: add support for async http matching #1831

Closed gouravkrosx closed 1 month ago

gouravkrosx commented 1 month ago

Is there an existing feature request for this?

Summary

Why should this be worked on?

In the case of any async scheduler or any other async HTTP request let's say that an external HTTP/HTTPS call doesn't come during an API request. It can fail the matching and can affect the application response.

Repository

keploy