This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ebf168277 Add Citrus section to the user test guide
2ebf168277 is described below

commit 2ebf1682771ee395dd853479569a8c72e9be2d2d
Author: James Netherton <[email protected]>
AuthorDate: Wed Jun 3 15:38:30 2026 +0100

    Add Citrus section to the user test guide
---
 docs/modules/ROOT/pages/user-guide/testing.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/modules/ROOT/pages/user-guide/testing.adoc 
b/docs/modules/ROOT/pages/user-guide/testing.adoc
index 490d2c3b37..f4f742df19 100644
--- a/docs/modules/ROOT/pages/user-guide/testing.adoc
+++ b/docs/modules/ROOT/pages/user-guide/testing.adoc
@@ -223,6 +223,11 @@ class MyTest {
 
 More examples of WireMock usage can be found in the Camel Quarkus integration 
test source tree such as in the 
https://github.com/apache/camel-quarkus/blob/main/integration-tests/validator/src/test/java/org/apache/camel/quarkus/component/validator/it/ValidatorTestResource.java[validator
 tests].
 
+=== Citrus Testing Framework
+
+The https://citrusframework.org/[Citrus Testing Framework] provides advanced 
integration testing capabilities for Camel Quarkus applications.
+For detailed information about using Citrus with Quarkus test support, see 
xref:manual::integration-test.adoc#_quarkus_test_support[Integration Testing 
with Citrus] in the Apache Camel documentation.
+
 == `CamelTestSupport` style of testing
 
 If you used Camel standalone or on other runtimes before, you may know 
`CamelTestSupport` already.

Reply via email to