Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 235 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 235 Bytes

maven-failsafe-template

Use this template to configure a maven project so that integration tests run only after all unit tests pass.

  • Unit test classes end with the suffix 'Test'
  • Integration test classes end with the suffix 'IT'