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

This extension has a guide to get you going.

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"