Meal-Tiger/Meal-Tiger-Backend

Separate integration tests from unit tests

Closed this issue · 0 comments

Uggah commented

Integration tests should be run with the maven failsafe plugin whereas unit tests should be run with the maven surefire plugin. This should guarantee that the application builds even when the integration tests fail.