Skip to content

How to clearly separate unit tests and integration tests? #1716

Answered by laeubi
lppedd asked this question in Q&A
Discussion options

You must be logged in to vote

Currently the testing strategies offered by Tycho seems to be a bit of mix up. It's difficult to get a sense out of it.

Yep we track this here:

* `tycho-surefire-plugin:test` is executed only for `eclipse-test-plugin` packaging, in the `integration-test` phase.
  This is strange for two reasons:
  
  1. I would expect a `test` mojo to run on the `test` phase
  2. It only applies to `eclipse-test-plugin`, and not to `eclipse-plugin`

Because of this I do not recommend using eclipse-test-plugin packaging for new designs but we have to keep it that way for historic reasons.

* `tycho-surefire-plugin:plugin-test` is executed only for `eclipse-plugin` packaging, in the `integ…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@lppedd
Comment options

@laeubi
Comment options

@lppedd
Comment options

Answer selected by lppedd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants