-
Story
-
Resolution: Done
-
Major
-
None
-
None
-
5
-
False
-
-
True
-
subs-swatch
-
-
We have a working POC for local testing of the swatch-billable-usage component. Refer to the commits in SWATCH-3532 for implementation details. The objective is to extend this capability to all services. This card focuses on enabling local testing for the Azure Producer using the Wiremock profile.
Acceptance Criteria:
- It should be possible to run the following command successfully:
QUARKUS_HTTP_HOST=0.0.0.0 QUARKUS_PROFILE=wiremock ./mvnw -pl swatch-producer-azure -DskipTests quarkus:dev
- The service should be reachable locally on ports 8004 and 8000, with the proxy correctly set up.
3. At least one test in the file test_swatch_azure_producer.py should connect to the local environment and pass successfully.