-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run integTest #4
Comments
Hmm when I run:
I get the following:
Can you share the full build log? |
Output of ./gradlew clean build integTest:
Looks like it just runs the unit tests, which get called from the build task. integTest just seems to get ignored. |
outupt of: ./gradlew integTest -i
|
So the integTestTarBall just creates a tar.gz with a Dockerfile with a simple js file todo a basic build/deployment. I originally set it up to create the tar.gz in the src/integTest/resources/docker-build/ can you check thats deleted first - in reality i need to refactor it to put the file directly in destinationDir = file('build/resources/integTest/docker-build'). Let me know if that gets you any further. |
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.
The text was updated successfully, but these errors were encountered: