The icon of the project
Citrus
Add Citrus support to your Quarkus tests. Citrus is an Open Source Java integration testing framework supporting a wide range of message protocols and data formats (Kafka, Http REST, JMS, TCP/IP, SOAP, FTP/SFTP, XML, Json, and more)

Guides

Make sure to use the extension's documentation to get your questions answered.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add org.citrusframework:citrus-quarkus

Maven

./mvnw quarkus:add-extension -Dextensions="org.citrusframework:citrus-quarkus"

Gradle

./gradlew addExtension --extensions="org.citrusframework:citrus-quarkus"