sopt-makers / sopt-auth-backend

3 stars 0 forks source link

[SETTING/#5] 어플리케이션 Test 라이브러리 세팅 #6

Closed yummygyudon closed 3 weeks ago

yummygyudon commented 3 weeks ago

Related Issue 🚀

Work Description ✏️

testImplemenation() 코드 내 라이브러리 버전 주입 방식을 변수 선언 및 변수 주입 방식으로 채택했습니다.

공통적으로 사용할 라이브러리 전역 적용

b0c71df81372bcb65faa606bc6f0be4a2b5b206b

API 테스트 라이브러리 👉 core-api module

970db1e858dc0fe68cc72dbd586dfd9d5727d10a

REST API에 대한 실제 요청 기반 E2E 진행하기 위해 rest-assured 라이브러리를 core-api 모둘에 추가했습니다.

PR Point 📸

core-api Module

image

domain Module

image

infra Module

image

support Module

image
height[bot] commented 3 weeks ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.