-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: testContainer #82
Conversation
📝 테스트 커버리지 리포트입니다
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컨테이너 추가 감사합니다 :)
test |
@@ -26,6 +26,7 @@ out/ | |||
!**/src/main/**/out/ | |||
!**/src/test/**/out/ | |||
application.yml | |||
application-test.yml | |||
application-dev.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
최선인가요?
@@ -20,6 +20,8 @@ repositories { | |||
mavenCentral() | |||
} | |||
|
|||
extra["testcontainersVersion"] = "1.19.1" | |||
|
|||
dependencies { | |||
implementation("org.springframework.boot:spring-boot-starter-data-jpa") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트
test |
# Conflicts: # build.gradle.kts # src/main/kotlin/com/hh2/katj/favorite/repository/FavoriteRepository.kt # src/main/kotlin/com/hh2/katj/favorite/service/FavoriteService.kt
📝 테스트 커버리지 리포트입니다
|
test |
1 similar comment
test |
ㄹㅇㄹㅇㄹㅇ |
test |
@@ -20,6 +20,8 @@ repositories { | |||
mavenCentral() | |||
} | |||
|
|||
extra["testcontainersVersion"] = "1.19.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
최선인가요?
해결하려는 문제가 무엇인가요?
어떻게 해결했나요?
@KATJTestContainerE2E