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

Split unit and integration tests #526

Open
ghost opened this issue Feb 26, 2020 · 0 comments
Open

Split unit and integration tests #526

ghost opened this issue Feb 26, 2020 · 0 comments
Labels
2 - Working Working on this issue. maintenance Things need to be changed to prevent future problems.

Comments

@ghost
Copy link

ghost commented Feb 26, 2020

Current situation
All tests are run as part of the unit testing step (by the surefire plugin), including for example the jetty integration tests.

Desired situation
The unit tests are run as part of the unit testing step (by the surefire plugin) and the integration tests are run as part of the integration testing step (by the failsafe plugin).

Note
Use a purely pragmatic distinction for unit vs integration tests: can a maven install run without any additional (testing) services running.

@ghost ghost self-assigned this Feb 26, 2020
@ghost ghost added 2 - Working Working on this issue. maintenance Things need to be changed to prevent future problems. labels Feb 26, 2020
@ghost ghost added 0 - Backlog New issue, unvetted. and removed 0 - Backlog New issue, unvetted. labels Sep 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - Working Working on this issue. maintenance Things need to be changed to prevent future problems.
Projects
None yet
Development

No branches or pull requests

0 participants