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

테스팅 추가 #7

Open
LunaTK opened this issue Mar 26, 2021 · 1 comment
Open

테스팅 추가 #7

LunaTK opened this issue Mar 26, 2021 · 1 comment
Labels
chore enhancement New feature or request

Comments

@LunaTK
Copy link
Owner

LunaTK commented Mar 26, 2021

Motivation

  • redux-toolkit으로 migration 할때 버그가 발생했는데, 수작업으로 고쳤음
  • 테스트 작성하여 자동화하자
@LunaTK LunaTK added enhancement New feature or request chore labels Mar 26, 2021
@LunaTK
Copy link
Owner Author

LunaTK commented Apr 3, 2021

Storybook과 testing을 연동할 수 있다.
Storybook 셋팅(#6) 완료되면 해보자.

  • Testing with Storybook
    • Unit testing : 함수 단위테스트가 아닌 컴포넌트 단위테스트
    • Visual testing : 스크린샷 떠서 비교
    • Interaction testing : Storybook 페이지를 활용해 Jest 같은 테스팅 도구에서interaction 할 수 있다
    • Snapshot testing : DOM markup 스냅샷을 떠서 비교
  • 결국 테스팅을 위해선 테스팅 프레임워크를 쓰긴 해야하는듯

@LunaTK LunaTK added this to the 튼튼한 개발 기반 milestone Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant