How to create an integration test with citrus for quarkus application?

65 Views Asked by At

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.

0

There are 0 best solutions below