faranak-cs / spring-rest-app

REST app in Spring
0 stars 0 forks source link

Investigate Failsafe plugin #27

Closed faranak-cs closed 2 months ago

faranak-cs commented 2 months ago

Failsafe Plugin is designed to run integration tests while the Surefire Plugin is designed to run unit tests.

faranak-cs commented 2 months ago

Add Failsafe plugin to run integration tests so that when an integration test fails, build will not fail causing a failsafe.

faranak-cs commented 2 months ago

mvn test will run the unit tests having a suffix Test mvn verify will run the integration tests having a suffix IT