Dexels / navajo

Navajo Service-oriented Applications
GNU Affero General Public License v3.0
9 stars 5 forks source link

Split unit and integration tests #526

Open ghost opened 4 years ago

ghost commented 4 years ago

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.