This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b0aa0257c28c Provide readme for docling tests
b0aa0257c28c is described below
commit b0aa0257c28c91540cdc69ace7ecbe1dc2f4587a
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jan 28 14:17:34 2026 +0100
Provide readme for docling tests
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-ai/camel-docling/readme.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/components/camel-ai/camel-docling/readme.md
b/components/camel-ai/camel-docling/readme.md
new file mode 100644
index 000000000000..dfb972a662a0
--- /dev/null
+++ b/components/camel-ai/camel-docling/readme.md
@@ -0,0 +1,7 @@
+Most of the tests are not played on CI due to resource constraints.
+
+There are 3 kind of tests that can be enabled outside of the CI.
+
+* Integration tests: They rely on TestContainers. They require that
`ci.env.name` is not set to be executed.
+* Unit tests with API mode: They require docling-serve to be running locally,
for instance with `podman run -p 5001:5001
ghcr.io/docling-project/docling-serve:latest`. To activate them, you need to
set the property `docling.serve.test.enabled` to `true`
+* Unit tests with CLI mode: They require `docling` to be installed, for
instance via `pip install docling`. To active them, you need to set the
property `docling.test.enabled` to `true`.