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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 36077ef3b88e748ef193d0047c68774e9c63c3a6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed May 8 09:05:33 2019 +0200

    Adding integration test for Karaf and Spring Boot section in Contributing 
guide
---
 CONTRIBUTING.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e6a5aa0..ba08d62 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -81,6 +81,18 @@ Please remember to run this check on your code changes 
before submitting a patch
     cd camel-ftp
     mvn clean install -Psourcecheck
 
+## Checking Karaf and Spring Boot Integration Tests
+
+Apache Camel source code has a set of Integration Test for Karaf and Spring 
Boot platform.
+If your contribution modifies dependencies of a specific component, you can 
check the behavior on these two platforms in this way:
+
+    cd tests/camel-itest-karaf
+    mvn clean test -Dtest=Camel<component_name>Test
+
+And for Spring Boot:
+
+    cd tests/camel-itest-spring-boot
+    mvn clean test -Dtest=Camel<component_name>Test
 
 ## Apache Camel committers should work on the ASF git repo
 

Reply via email to