You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "christophd (via GitHub)" <gi...@apache.org> on 2023/12/08 20:07:25 UTC

[PR] chore: Introduce Maven module for YAKS tests [camel-kamelets]

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] chore: Introduce Maven module for YAKS tests [camel-kamelets]

Posted by "christophd (via GitHub)" <gi...@apache.org>.
christophd merged PR #1793:
URL: https://github.com/apache/camel-kamelets/pull/1793


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org