Quarkus integration testing against running application

Viewed 250

As described in the official documentation, it should be possible to run the @QuarkusIntegrationTest against a running application. This feature looks incredibly useful, especially if I can run these integration test against a Quarkus service running on a test server, where it is integrated with all my other micro-services.

Unfortunately I never managed to make it work. I'm following step-by-step what's written in the documentation, but to me it looks it's not working at all.

Is there anyone who is using this feature and knows if it is actually working/supported by Quarkus v2.7?

1 Answers
Related