This message was deleted.
# wiremock-java
s
This message was deleted.
o
Hi! Did you initialize the extension?
So basically you need to run
mvn clean compile
so that the extensions are downloaded https://github.com/wiremock/wiremock-testcontainers-java/blob/main/pom.xml#L140-L170
j
Ok, I see. Now all tests are running green. Thank you very much! I suspected all tests were running out of the box…
👍 1
o
They will do so if you use maven. If you use IDEs like IDEA they don't always implement all Maven calls as needed
👍 1
351 Views