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
With standard quarkus tests, is it possible to configure profiles and get the quarkus app to be restarted when the profile changes.
It would be nice to have a way to configure the lifecycle of the quarkus app to get it bound to the test entire suite, the features or scenarios so as example, each feature would trigger the re-deploy of the quarkus app.
As today, the only way to achieve that is by creating a number of tests class where each one explicitly configures the features to include, like:
With standard quarkus tests, is it possible to configure profiles and get the quarkus app to be restarted when the profile changes.
It would be nice to have a way to configure the lifecycle of the quarkus app to get it bound to the test entire suite, the features or scenarios so as example, each feature would trigger the re-deploy of the quarkus app.
As today, the only way to achieve that is by creating a number of tests class where each one explicitly configures the features to include, like:
The text was updated successfully, but these errors were encountered: