Separate Gradle Tasks for Unit and Integration Tests
Most developers know how painful is accidental, unnecessary run of tests using the application context. It may come in the context of Jenkins CI jobs, accidental build runs or just developing.
READ MORE