I've been trying to integrate citrus framework with my quarkus application for hours now without success. All I need is to start a citrus integration test that has @QuarkusTest annotation on it. My test framework is Junit5. How to define the endpoints without using spring?
I added @CitursSupport to the test class and @CitrusTest to the method, which seems to start Citrus, but citrus injection annotations (@CitrusEndpoint, @CitrusFramework, @CitrusResource) don't work.