Skip to content
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

WMS-1 | 상품 등록 기능 개발 #1

Merged
merged 15 commits into from
Jul 30, 2023
Prev Previous commit
Next Next commit
7.add library rest-assured(API 테스트용 라이브러리)
  • Loading branch information
이중석/백엔드개발팀 committed Jul 30, 2023
commit 477bc072af0fcaf2b74d58ac2d53258785049726
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dependencies {
runtimeOnly 'com.h2database:h2'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// API 테스트용 라이브러리
testImplementation 'io.rest-assured:rest-assured:5.3.1'

}

tasks.named('test') {
Expand Down