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

[NDD-103] Member API E2E 테스트 (1h / 1h) #29

Merged
merged 5 commits into from
Nov 11, 2023
Merged

Commits on Nov 10, 2023

  1. test: Member API E2E 테스트 코드 작성

    1. /api/member GET API 에 대한 성공 테스트
    2. /api/member GET API에서 유효하지 않은 토큰 사용으로 인한 실패 테스트
    위의 2가지의 경우에 대한 테스트 코드 작성
    quiet-honey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    871c263 View commit details
    Browse the repository at this point in the history
  2. style: lint 적용

    quiet-honey committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c4b0fc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. test: 인수 테스트 코드 로직 변경 완료

    GET /api/member에 대한 E2E 테스트 완료
    quiet-honey committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    3a1e356 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01386ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68ac91 View commit details
    Browse the repository at this point in the history