You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I want to start the application myself for the integration tests. For example using the TestContainers framework.
Implementation ideas
Our delivery is Linux base docker image + native image. On the Windows (also on Linux) it is "hard" to test the native image.
I want to use the TestContainers for the integration test and for this I would like to have custom NativeImageLauncher.
We can use ServiceLoader and have a custom implementation of the NativeImageLauncher.
Description
I want to start the application myself for the integration tests. For example using the TestContainers framework.
Implementation ideas
Our delivery is Linux base docker image + native image. On the Windows (also on Linux) it is "hard" to test the native image.
I want to use the TestContainers for the integration test and for this I would like to have custom NativeImageLauncher.
We can use
ServiceLoader
and have a custom implementation of theNativeImageLauncher
.quarkus/test-framework/junit5/src/main/java/io/quarkus/test/junit/NativeTestExtension.java
Line 57 in 49964c7
The text was updated successfully, but these errors were encountered: