quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Enhance the integration tests using the Azure SDK test proxy #110

Open majguo opened 1 year ago

majguo commented 1 year ago

In the discussion of #37, @agoncal mentioned that the Azure SDK integration tests are executed against a test proxy, which will record the real http request/response in record mode and return the specific recorded response in playback mode. The benefit of this approach is obvious which can greatly save cost especially there're a lot of dependent Azure services.

The similar approach can be applied to Quarkus Azure Service extensions as they are built on top of Azure SDK. Details pls see: