-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
5
-
False
-
-
True
-
subs-swatch
-
-
At the moment, we're using the wiremock profile for local iqe testing. For example, when running a random service:
DEV_MODE=true QUARKUS_PROFILE=wiremock ./mvnw clean install -DskipTests -pl swatch-contracts quarkus:dev
However, local IQE testing is not really about "wiremock", but to have a nginx instance that will be doing the routing/proxying between the IQE tests and the backend service. Even though, we have a wiremock instance also running and being in use.
I suggest to rename it to simply "local".
Acceptance Criteria
- Update the documentation to use the new profile name.
- Update all the services that do already support the local iqe testing to use the new profile name.