christophd opened a new pull request, #1793: URL: https://github.com/apache/camel-kamelets/pull/1793
Refactor YAKS tests to live and run inside of a new Maven module `camel-kamelets-itest` This should give us some benefits such as - Manage YAKS version in Maven POM.xml - Run tests from Maven build - Run tests from Java IDE - Enables syntax highlighting and code completion YAKS tests are integration tests bound to the integration-test Maven phase via failsafe plugin. The tests are disabled by default as they run for almost 4 mins. To run the tests use `-Denable.yaks.tests` ``` mvn verify -Denable.yaks.tests ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org