tree: 9c814babfd68f0e3885a915278e87d0124a4644a
  1. src/
  2. jbang.properties
  3. pom.xml
  4. README.md
tests/camel-kamelets-itest/README.md

Kamelets Citrus Tests

This folder contains a suite of integration tests for Kamelets

You need the following tools to run the tests:

Once everything is set you just need to run

  mvn verify -Denable.integration.tests

This runs all available Citrus tests.

You can run individual tests when specifying its folder name on the class KameletsIT (e.g. aws).

  mvn verify -Dtest=KameletsIT#aws

You can run the tests also from your favorite Java IDE. By default, the Citrus tests use local runtime where Camel integrations, Kamelets, bindings and pipes are run with Camel JBang.