OMTeam_Server CMC 18기 OMTeam 서버 테스트 실행 # 단위 테스트만 실행 ./gradlew test # 통합 테스트만 실행 ./gradlew integrationTest # 전체 테스트 실행 ./gradlew allTests