After re-adding the migrated Spock/Groovy code to the test execution, we encounter longer build times. As discussed in #117 it might be a good thing to migrate the WireMock tests to "real" integration tests using the maven failsafe plugin.
We can add related profiles to only run integration tests in CI speeding up local development.
After re-adding the migrated Spock/Groovy code to the test execution, we encounter longer build times. As discussed in #117 it might be a good thing to migrate the WireMock tests to "real" integration tests using the maven failsafe plugin.
We can add related profiles to only run integration tests in CI speeding up local development.