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)
- Documentation
- Community
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"
Spot a problem? Submit a change to the Citrus extension's quarkus-extension.yaml and this content will be updated by the next extension release. This page was generated from the extension metadata published to the Quarkus registry.