tree: c731a08b8a2c193d1bed8d2b00ec9a4dced3622f [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
tests/camel-kamelets-itest/README.md

Kamelets YAKS 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.yaks.tests

This runs all available YAKS tests that are not marked as @ignored.

You can run individual tests when specifying its folder or feature file name.

  mvn verify -Dcucumber.feature=aws/s3/aws-s3-to-http.feature -Denable.yaks.tests

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