I was wondering how to run the integTest locally?
./gradlew build integTest
Just gives
BUILD SUCCESSFUL in 0s 10 actionable tasks: 10 up-to-date
Even without oc cluster up I would expect that the tests would run and fail.
I'm interested in extending the plugin functionality.
I was wondering how to run the integTest locally?
./gradlew build integTestJust gives
BUILD SUCCESSFUL in 0s 10 actionable tasks: 10 up-to-dateEven without oc cluster up I would expect that the tests would run and fail.
I'm interested in extending the plugin functionality.