It could well be that there is a way to achieve what I am after - if so please enlighten me!
I wish to use SwaggerProvider to generate clients for my service that are consistent with my documentation as part of my build process to run integration tests. This involves running integration tests against a "Test" environment before the service is promoted to another environment.
I wish to reuse a single swagger.json file for the documentation for all my environments in my pipeline, but I wish to point my client at different hosts for testing. Is there currently any way to do this?
It could well be that there is a way to achieve what I am after - if so please enlighten me!
I wish to use SwaggerProvider to generate clients for my service that are consistent with my documentation as part of my build process to run integration tests. This involves running integration tests against a "Test" environment before the service is promoted to another environment.
I wish to reuse a single swagger.json file for the documentation for all my environments in my pipeline, but I wish to point my client at different hosts for testing. Is there currently any way to do this?