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.