Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Introduce Maven module for YAKS tests #1793

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

christophd
Copy link
Contributor

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

- Manage YAKS version in Maven POM.xml
- Run tests from Maven build
- Run tests from Java IDE
- Enables syntax highlighting and code completion
@christophd christophd merged commit b25737b into apache:main Dec 8, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants